diff options
-rw-r--r-- | src/charon/config/child_cfg.c | 2 | ||||
-rw-r--r-- | src/charon/plugins/nm/gnome/config.h.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/charon/config/child_cfg.c b/src/charon/config/child_cfg.c index 3b581b0d2..9f1523f8e 100644 --- a/src/charon/config/child_cfg.c +++ b/src/charon/config/child_cfg.c @@ -301,7 +301,7 @@ static linked_list_t* get_traffic_selectors(private_child_cfg_t *this, bool loca else { DBG2(DBG_CFG, " config: %R, received: %R => no match", - ts1, ts2, selected); + ts1, ts2); } } e2->destroy(e2); diff --git a/src/charon/plugins/nm/gnome/config.h.in b/src/charon/plugins/nm/gnome/config.h.in index 2b64591de..fa27ae983 100644 --- a/src/charon/plugins/nm/gnome/config.h.in +++ b/src/charon/plugins/nm/gnome/config.h.in @@ -75,6 +75,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Define to 1 if your C compiler doesn't accept -c and -o together. */ #undef NO_MINUS_C_MINUS_O |