diff options
Diffstat (limited to 'init.c')
-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, |