diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-12-25 02:33:34 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-12-25 02:33:34 +0000 |
commit | 1f4309ae8722dd6c19e7cc39c011eb7f715b87e2 (patch) | |
tree | 7f85273b72b2cc05e4113332ec231b8f137c51a5 /init.c | |
parent | Version 2.1_rc15b (diff) | |
download | openvpn-1f4309ae8722dd6c19e7cc39c011eb7f715b87e2.tar.xz |
Fixed issue where SIGUSR1 restarts would fail if private
key was specified as an inline file.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3743 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1680,7 +1680,7 @@ do_init_crypto_tls_c1 (struct context *c) flags); } -#if ENABLE_INLINE_FILES +#if 0 /* was: #if ENABLE_INLINE_FILES -- Note that enabling this code will break restarts */ if (options->priv_key_file_inline) { string_clear (c->options.priv_key_file_inline); |