]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Minor addition of logging info before and after
authorJames Yonan <james@openvpn.net>
Fri, 10 Dec 2010 21:17:36 +0000 (21:17 +0000)
committerJames Yonan <james@openvpn.net>
Fri, 10 Dec 2010 21:17:36 +0000 (21:17 +0000)
execution of Windows net commands.

Version 2.1.3d

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6712 e7ae566f-a301-0410-adde-c780ea21d3b5

tun.c
version.m4

diff --git a/tun.c b/tun.c
index f6fb505ed85c30e9f67df6be6a420e4e11290663..11c420425353fde6df32e1e8582074d18bd9b646 100644 (file)
--- a/tun.c
+++ b/tun.c
@@ -3389,6 +3389,7 @@ ipconfig_register_dns (const struct env_set *es)
   bool status;
   const char err[] = "ERROR: Windows ipconfig command failed";
 
+  msg (D_TUNTAP_INFO, "Start net commands...");
   netcmd_semaphore_lock ();
 
   argv_init (&argv);
@@ -3422,6 +3423,7 @@ ipconfig_register_dns (const struct env_set *es)
   argv_reset(&argv);
 
   netcmd_semaphore_release ();
+  msg (D_TUNTAP_INFO, "End net commands...");
 }
 
 void
index 9af265e22bb2b625be902c4fc31398a1befcf030..4d84e2b61ab1f0b2f111d9897f36e955a40773eb 100644 (file)
@@ -1,5 +1,5 @@
 dnl define the OpenVPN version
-define(PRODUCT_VERSION,[2.1.3c])
+define(PRODUCT_VERSION,[2.1.3d])
 dnl define the TAP version
 define(PRODUCT_TAP_ID,[tap0901])
 define(PRODUCT_TAP_WIN32_MIN_MAJOR,[9])