]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
On Windows, revert to "ip-win32 dynamic" as the default.
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 28 Feb 2007 03:57:41 +0000 (03:57 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 28 Feb 2007 03:57:41 +0000 (03:57 +0000)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1749 e7ae566f-a301-0410-adde-c780ea21d3b5

options.c

index 530ff689ab3b607454d464d25579c2400a79f878..690dccd0675130befb7e542cf0baa42049acdeb8 100644 (file)
--- a/options.c
+++ b/options.c
@@ -649,7 +649,7 @@ init_options (struct options *o)
   o->tuntap_options.txqueuelen = 100;
 #endif
 #ifdef WIN32
-#if 1
+#if 0
   o->tuntap_options.ip_win32_type = IPW32_SET_ADAPTIVE;
 #else
   o->tuntap_options.ip_win32_type = IPW32_SET_DHCP_MASQ;