strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
d2b4dff
)
Log configured IKE_SA proposals as initiator
author
Tobias Brunner
<tobias@strongswan.org>
Wed, 8 Aug 2012 08:07:53 +0000
(10:07 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Fri, 24 Aug 2012 11:43:14 +0000
(13:43 +0200)
src/libcharon/config/ike_cfg.c
patch
|
blob
|
history
diff --git
a/src/libcharon/config/ike_cfg.c
b/src/libcharon/config/ike_cfg.c
index
5055a93
..
acf4b61
100644
(file)
--- a/
src/libcharon/config/ike_cfg.c
+++ b/
src/libcharon/config/ike_cfg.c
@@
-150,6
+150,8
@@
METHOD(ike_cfg_t, get_proposals, linked_list_t*,
}
enumerator->destroy(enumerator);
}
enumerator->destroy(enumerator);
+ DBG2(DBG_CFG, "configured proposals: %#P", proposals);
+
return proposals;
}
return proposals;
}