From 5d71e72db568055c41c68be94f9911c2260c0da8 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 25 Sep 2006 05:46:56 +0000 Subject: [PATCH] added hostaccess support --- src/starter/starterstroke.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/starter/starterstroke.c b/src/starter/starterstroke.c index 90f0fa9..752ebc1 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; } -- 2.7.4