added hostaccess support
This commit is contained in:
@@ -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 = push_string(msg, buffer);
|
||||||
msg_end->subnet_mask = conn_end->subnet.maskbits;
|
msg_end->subnet_mask = conn_end->subnet.maskbits;
|
||||||
msg_end->sendcert = conn_end->sendcert;
|
msg_end->sendcert = conn_end->sendcert;
|
||||||
|
msg_end->hostaccess = conn_end->hostaccess;
|
||||||
msg_end->protocol = conn_end->protocol;
|
msg_end->protocol = conn_end->protocol;
|
||||||
msg_end->port = conn_end->port;
|
msg_end->port = conn_end->port;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user