diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-23 14:08:27 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-23 14:08:27 +0000 |
commit | 4f404ad36df1874d2580abc33e5c300222ec44b0 (patch) | |
tree | beb2bd6edbfbfe3e0bd3c0310cf297aa74a299ba /init.c | |
parent | pkcs11 fixes. (diff) | |
download | openvpn-4f404ad36df1874d2580abc33e5c300222ec44b0.tar.xz |
Added --management-client option to connect as a client to
management GUI app rather than be connected to as a server.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@884 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | init.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2392,7 +2392,8 @@ open_management (struct context *c) c->options.management_log_history_cache, c->options.management_echo_buffer_size, c->options.management_state_buffer_size, - c->options.management_hold)) + c->options.management_hold, + c->options.management_client)) { management_set_state (management, OPENVPN_STATE_CONNECTING, |