aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/stroke_interface.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-12-19 07:30:07 +0000
committerMartin Willi <martin@strongswan.org>2006-12-19 07:30:07 +0000
commit6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77 (patch)
tree4938eac185daf23e490cd8e5893a6a5dcbfbb79c /src/charon/threads/stroke_interface.c
parent4986554f1a30d70ccb0d060be77367119561a383 (diff)
downloadstrongswan-6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77.tar.bz2
strongswan-6fe03b0af0b77c1f2ad6c94eef2cf4ce20f71e77.tar.xz
implemented reauthentication using the new reauth=yes|no parameter
Diffstat (limited to 'src/charon/threads/stroke_interface.c')
-rwxr-xr-xsrc/charon/threads/stroke_interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c
index 575c38bb2..dd646aa85 100755
--- a/src/charon/threads/stroke_interface.c
+++ b/src/charon/threads/stroke_interface.c
@@ -347,6 +347,7 @@ static void stroke_add_conn(private_stroke_t *this, stroke_msg_t *msg)
msg->add_conn.other.sendcert,
my_host, other_host,
msg->add_conn.dpd.delay,
+ msg->add_conn.rekey.reauth,
msg->add_conn.rekey.tries,
msg->add_conn.rekey.ike_lifetime,
msg->add_conn.rekey.ike_lifetime - msg->add_conn.rekey.margin,