diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-10-22 19:12:54 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-10-22 19:12:54 +0000 |
commit | 1184b82454776eb075d01c308870697a1668612d (patch) | |
tree | bf1a83537d477cee76d5c27e997f2372a8503056 /init.c | |
parent | Add "forget-passwords" command to the management interface (Alon Bar-Lev). (diff) | |
download | openvpn-1184b82454776eb075d01c308870697a1668612d.tar.xz |
Added --management-signal option to signal SIGUSR1 when the management
interface disconnects (Alon Bar-Lev).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2413 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2468,6 +2468,7 @@ open_management (struct context *c) c->options.management_echo_buffer_size, c->options.management_state_buffer_size, c->options.management_hold, + c->options.management_signal, c->options.management_client, c->options.management_write_peer_info_file, c->options.remap_sigusr1)) |