diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-02-11 16:41:37 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-02-11 16:41:37 +0000 |
commit | 16c6114ee72c61cd13e75cb33dd6ab246df2d901 (patch) | |
tree | baee85b161d16875e4361155a6f56beadee71a48 | |
parent | a584a231b1ee69c355010e9fdd896af471842efb (diff) | |
download | strongswan-16c6114ee72c61cd13e75cb33dd6ab246df2d901.tar.bz2 strongswan-16c6114ee72c61cd13e75cb33dd6ab246df2d901.tar.xz |
this debug statement has only two arguments
-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 |