aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
authorJames Yonan <james@openvpn.net>2010-12-13 09:27:08 +0000
committerDavid Sommerseth <davids@redhat.com>2011-03-25 09:38:48 +0100
commit7fc00d4cbe87206eea3ff5a8d12908c8c942f045 (patch)
treef912cf7fef1c9be191d2fadc0c05ac9a984da2d3 /init.c
parentAdded "management-external-key" option. This option can be used (diff)
downloadopenvpn-7fc00d4cbe87206eea3ff5a8d12908c8c942f045.tar.xz
Misc fixes to r6708.
Fixed issue where "signal SIGTERM" entered from the management interface might get subsequently downgraded to a SIGUSR1. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6716 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r--init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.c b/init.c
index d47a4ef..a7c4b2b 100644
--- a/init.c
+++ b/init.c
@@ -1162,7 +1162,6 @@ initialization_sequence_completed (struct context *c, const unsigned int flags)
management_post_tunnel_open (management, tun_local);
}
#endif
-
}
/*