diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 00:19:51 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 00:19:51 +0000 |
commit | a032fcb7bcd9d8efbc2d9254651706e6da57b94e (patch) | |
tree | b3be2fd24819bdac07f7cd91be176509f262a2f3 /init.c | |
parent | Upgraded TAP build scripts to use WDK 6001.17121 (diff) | |
download | openvpn-a032fcb7bcd9d8efbc2d9254651706e6da57b94e.tar.xz |
Added --management-forget-disconnect option -- forget
passwords when management session disconnects (Alon Bar-Lev).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2652 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2469,6 +2469,7 @@ open_management (struct context *c) c->options.management_state_buffer_size, c->options.management_hold, c->options.management_signal, + c->options.management_forget_disconnect, c->options.management_client, c->options.management_write_peer_info_file, c->options.remap_sigusr1)) |