diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-01 21:10:56 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-11-01 21:10:56 +0000 |
commit | 225d5fe945bb6fc6d7a523b5944e96243a6b5038 (patch) | |
tree | d5c5a5cd7161344d514dbdd50bee42db4d50e376 /openvpn.c | |
parent | auth-pam change: link with -lpam rather (diff) | |
download | openvpn-225d5fe945bb6fc6d7a523b5944e96243a6b5038.tar.xz |
Prevent SIGUSR1 or SIGHUP from causing program
exit from initial management hold.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1427 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'openvpn.c')
-rw-r--r-- | openvpn.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ main (int argc, char *argv[]) return 1; #endif + pre_init_signal_catch (); + CLEAR (c); /* signify first time for components which can |