diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-08-24 12:18:16 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-08-27 11:18:51 +0200 |
commit | 735f929ca72cd5c563b0669d3fd51156f24b5379 (patch) | |
tree | 9a9941e66f4eb06582f607a8a31c4827b322f1a8 /src/libcharon/plugins/vici/vici_query.c | |
parent | 5de8703ee06077ccf5978d2e4d736146d77a6ffb (diff) | |
download | strongswan-735f929ca72cd5c563b0669d3fd51156f24b5379.tar.bz2 strongswan-735f929ca72cd5c563b0669d3fd51156f24b5379.tar.xz |
ike: Only consider number of half-open SAs as responder when deciding whether COOKIEs are sent
Diffstat (limited to 'src/libcharon/plugins/vici/vici_query.c')
-rw-r--r-- | src/libcharon/plugins/vici/vici_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/vici/vici_query.c b/src/libcharon/plugins/vici/vici_query.c index e4d0d62f4..98d264fca 100644 --- a/src/libcharon/plugins/vici/vici_query.c +++ b/src/libcharon/plugins/vici/vici_query.c @@ -929,7 +929,7 @@ CALLBACK(stats, vici_message_t*, charon->ike_sa_manager->get_count(charon->ike_sa_manager)); b->add_kv(b, "half-open", "%u", charon->ike_sa_manager->get_half_open_count(charon->ike_sa_manager, - NULL)); + NULL, FALSE)); b->end_section(b); b->begin_list(b, "plugins"); |