aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterstroke.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2012-07-26 11:49:46 +0200
committerMartin Willi <martin@revosec.ch>2012-07-26 11:51:58 +0200
commit46df61dff7b21b2c3bbe49f352dcb1e1f3c29a72 (patch)
tree85474750eec084e8bc8da1c2d9ccd60a781eaab3 /src/starter/starterstroke.c
parent15f78beb0fbfde6c83b9446e5a1f001ce510e512 (diff)
downloadstrongswan-46df61dff7b21b2c3bbe49f352dcb1e1f3c29a72.tar.bz2
strongswan-46df61dff7b21b2c3bbe49f352dcb1e1f3c29a72.tar.xz
Add an ipsec.conf leftgroups2 parameter for the second authentication round
Diffstat (limited to 'src/starter/starterstroke.c')
-rw-r--r--src/starter/starterstroke.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c
index 26ac5dafc..0fbc5d245 100644
--- a/src/starter/starterstroke.c
+++ b/src/starter/starterstroke.c
@@ -127,6 +127,7 @@ static void starter_stroke_add_end(stroke_msg_t *msg, stroke_end_t *msg_end, sta
msg_end->ca = push_string(msg, conn_end->ca);
msg_end->ca2 = push_string(msg, conn_end->ca2);
msg_end->groups = push_string(msg, conn_end->groups);
+ msg_end->groups2 = push_string(msg, conn_end->groups2);
msg_end->updown = push_string(msg, conn_end->updown);
if (conn_end->host)
{