From 384fd1376b35d7f2e60e96aee85b4fdcc1890da6 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 28 Feb 2007 03:57:41 +0000 Subject: On Windows, revert to "ip-win32 dynamic" as the default. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1749 e7ae566f-a301-0410-adde-c780ea21d3b5 --- options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.c b/options.c index 530ff68..690dccd 100644 --- 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; -- cgit