aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2012-06-08 13:01:08 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2012-06-08 21:24:41 +0200
commit1d315bddd34033fb1679697f90a9294e2ebdcb96 (patch)
tree157888b2e984bdc64a05179ccfa9d7353244dd7b /src/starter
parente5f0f9ff969f867faf3fb243468d658c4ab9e154 (diff)
downloadstrongswan-1d315bddd34033fb1679697f90a9294e2ebdcb96.tar.bz2
strongswan-1d315bddd34033fb1679697f90a9294e2ebdcb96.tar.xz
implemented the right|leftallowany feature
Diffstat (limited to 'src/starter')
-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 72b3f1a89..4fdd5bea3 100644
--- a/src/starter/starterstroke.c
+++ b/src/starter/starterstroke.c
@@ -186,6 +186,7 @@ static void starter_stroke_add_end(stroke_msg_t *msg, stroke_end_t *msg_end, sta
msg_end->sendcert = conn_end->sendcert;
msg_end->hostaccess = conn_end->hostaccess;
msg_end->tohost = !conn_end->has_client;
+ msg_end->allow_any = conn_end->allow_any;
msg_end->protocol = conn_end->protocol;
msg_end->port = conn_end->port;
}