aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/starterwhack.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-06-18 17:51:45 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-06-18 17:51:45 +0000
commitd0f55e236d69885b7e6c04449b66d94f10461d61 (patch)
treea2ab8956b040a8aefafd5b813fff42856c41d284 /src/starter/starterwhack.c
parent571bca865b51a23549d5465a8f133bd398111e01 (diff)
downloadstrongswan-d0f55e236d69885b7e6c04449b66d94f10461d61.tar.bz2
strongswan-d0f55e236d69885b7e6c04449b66d94f10461d61.tar.xz
support of right|leftallowany flag
Diffstat (limited to 'src/starter/starterwhack.c')
-rw-r--r--src/starter/starterwhack.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/starterwhack.c b/src/starter/starterwhack.c
index 42328849a..e920fc7ee 100644
--- a/src/starter/starterwhack.c
+++ b/src/starter/starterwhack.c
@@ -170,6 +170,7 @@ set_whack_end(whack_end_t *w, starter_end_t *end)
w->has_natip = end->has_natip;
w->modecfg = end->modecfg;
w->hostaccess = end->hostaccess;
+ w->allow_any = end->allow_any;
w->sendcert = end->sendcert;
w->updown = end->updown;
w->host_port = IKE_UDP_PORT;