From 90efcacba6378a4e29275cd6e9914d73d836a4a4 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 11 Jun 2008 08:45:09 +0000 Subject: Updated version to 2.1_rc7e. Added client authentication and packet filtering capability to management interface. Extended packet filtering capability to work on both --dev tun and --dev tap tunnels. Updated valgrind-suppress file. Made "Linux ip addr del failed" error nonfatal. Amplified --client-cert-not-required warning. Added #pragma pack to proto.h. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2991 e7ae566f-a301-0410-adde-c780ea21d3b5 --- tun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tun.c') diff --git a/tun.c b/tun.c index 3877ca8..78d2d6e 100644 --- a/tun.c +++ b/tun.c @@ -1248,7 +1248,7 @@ close_tun (struct tuntap *tt) #endif msg (M_INFO, "%s", command_line); - system_check (command_line, NULL, S_FATAL, "Linux ip addr del failed"); + system_check (command_line, NULL, 0, "Linux ip addr del failed"); gc_free (&gc); } -- cgit