diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-25 05:46:56 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-25 05:46:56 +0000 |
commit | 5d71e72db568055c41c68be94f9911c2260c0da8 (patch) | |
tree | dc570f79ed66545ee64fcf8f326d9c91cfb4d6d9 /src | |
parent | b3fcb01fd23993d297281597e5c7f5c38ba027b9 (diff) | |
download | strongswan-5d71e72db568055c41c68be94f9911c2260c0da8.tar.bz2 strongswan-5d71e72db568055c41c68be94f9911c2260c0da8.tar.xz |
added hostaccess support
Diffstat (limited to 'src')
-rw-r--r-- | src/starter/starterstroke.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index 90f0fa91c..752ebc13f 100644 --- a/src/starter/starterstroke.c +++ b/src/starter/starterstroke.c @@ -176,6 +176,7 @@ static void starter_stroke_add_end(stroke_msg_t *msg, stroke_end_t *msg_end, sta msg_end->subnet = push_string(msg, buffer); msg_end->subnet_mask = conn_end->subnet.maskbits; msg_end->sendcert = conn_end->sendcert; + msg_end->hostaccess = conn_end->hostaccess; msg_end->protocol = conn_end->protocol; msg_end->port = conn_end->port; } |