renamed proxy to proxy_mode in stroke_msg.h

This commit is contained in:
Andreas Steffen
2008-11-11 07:28:52 +00:00
parent e0316183f8
commit c117f24e61
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ int starter_stroke_add_conn(starter_config_t *cfg, starter_conn_t *conn)
else if (conn->policy & POLICY_PROXY)
{
msg.add_conn.mode = XFRM_MODE_TRANSPORT;
msg.add_conn.proxy = TRUE;
msg.add_conn.proxy_mode = TRUE;
}
else
{