diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-08-21 18:21:24 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-08-21 18:21:24 +0200 |
commit | d88cec920c9def7ed2d9906858f4b88a4b46a730 (patch) | |
tree | cc5798460efe4618077e8b17694ed6340071b6d4 /src/libcharon/plugins/smp/smp.c | |
parent | ffa20bad6356732e840aaffc6f9ef8fd1e6eb88e (diff) | |
parent | 256e666d2235718a3711cf7ad9634354c10f7a7e (diff) | |
download | strongswan-d88cec920c9def7ed2d9906858f4b88a4b46a730.tar.bz2 strongswan-d88cec920c9def7ed2d9906858f4b88a4b46a730.tar.xz |
Merge branch 'init-limits'
IKE_SAs that are initiated are now counted towards the half-open IKE_SAs
limit. Optionally it is possible to enforce limits towards the number of
half-open IKE_SAs and the job load also when initiating SAs. This is
currently only possible via VICI.
Diffstat (limited to 'src/libcharon/plugins/smp/smp.c')
-rw-r--r-- | src/libcharon/plugins/smp/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/smp/smp.c b/src/libcharon/plugins/smp/smp.c index 04bf382ed..2aa061fd2 100644 --- a/src/libcharon/plugins/smp/smp.c +++ b/src/libcharon/plugins/smp/smp.c @@ -488,7 +488,7 @@ static void request_control_initiate(xmlTextReaderPtr reader, { status = charon->controller->initiate(charon->controller, peer, child, (controller_cb_t)xml_callback, - writer, 0); + writer, 0, FALSE); } else { |