From: james Date: Wed, 28 Feb 2007 03:57:41 +0000 (+0000) Subject: On Windows, revert to "ip-win32 dynamic" as the default. X-Git-Tag: v2.1_rc2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384fd1376b35d7f2e60e96aee85b4fdcc1890da6;p=thirdparty%2Fopenvpn.git 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 --- diff --git a/options.c b/options.c index 530ff689a..690dccd06 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;