diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2010-01-12 18:26:22 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2010-01-12 18:26:22 +0000 |
commit | 0c9eb1d3b3f9694c3bc3ad7cf8fdf7553789f93b (patch) | |
tree | d3a45f12f276901de60b4470b3aec7b8c4103388 /version.m4 | |
parent | Fixed some breakage in openvpn.spec (which is required to build an (diff) | |
download | openvpn-0c9eb1d3b3f9694c3bc3ad7cf8fdf7553789f93b.tar.xz |
When aborting in a non-graceful way, try to execute do_close_tun in
init.c prior to daemon exit to ensure that the tun/tap interface is
closed and any added routes are deleted.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5367 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | version.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ dnl define the OpenVPN version -define(PRODUCT_VERSION,[2.1.1]) +define(PRODUCT_VERSION,[2.1.1a]) dnl define the TAP version define(PRODUCT_TAP_ID,[tap0901]) define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9]) |