From: James Yonan Date: Fri, 10 Dec 2010 21:17:36 +0000 (+0000) Subject: Minor addition of logging info before and after X-Git-Tag: v2.3-alpha1~238^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7621741b480f93411928c66735d2ee9c7f69de3b;p=thirdparty%2Fopenvpn.git Minor addition of logging info before and after 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 --- diff --git a/tun.c b/tun.c index f6fb505ed..11c420425 100644 --- 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 diff --git a/version.m4 b/version.m4 index 9af265e22..4d84e2b61 100644 --- a/version.m4 +++ b/version.m4 @@ -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])