diff options
author | Martin Willi <martin@revosec.ch> | 2013-07-19 15:47:33 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-09-04 10:33:38 +0200 |
commit | 2bae838d5e897127a06e9ede9b192bf29e793c3c (patch) | |
tree | 1b038b9d27fb3f418d20dccf98fa383507de5541 /src/libcharon/plugins/stroke/stroke_config.c | |
parent | 9aeaa7396efd0df49bffbf2374fae634da90bda1 (diff) | |
download | strongswan-2bae838d5e897127a06e9ede9b192bf29e793c3c.tar.bz2 strongswan-2bae838d5e897127a06e9ede9b192bf29e793c3c.tar.xz |
stroke: re-enable modeconfig keyword
Diffstat (limited to 'src/libcharon/plugins/stroke/stroke_config.c')
-rw-r--r-- | src/libcharon/plugins/stroke/stroke_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/stroke/stroke_config.c b/src/libcharon/plugins/stroke/stroke_config.c index facea5e6f..2b16ad683 100644 --- a/src/libcharon/plugins/stroke/stroke_config.c +++ b/src/libcharon/plugins/stroke/stroke_config.c @@ -731,7 +731,7 @@ static peer_cfg_t *build_peer_cfg(private_stroke_config_t *this, msg->add_conn.me.sendcert, unique, msg->add_conn.rekey.tries, rekey, reauth, jitter, over, msg->add_conn.mobike, msg->add_conn.aggressive, - TRUE, + msg->add_conn.pushmode == 0, msg->add_conn.dpd.delay, msg->add_conn.dpd.timeout, msg->add_conn.ikeme.mediation, mediated_by, peer_id); |