summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-02-28 03:57:41 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-02-28 03:57:41 +0000
commit384fd1376b35d7f2e60e96aee85b4fdcc1890da6 (patch)
tree23dbfac905d3b04eb28a8dcf171e6dd1bfde0f7c
parent94a4350003492d140d6e2c8b9c979703fce81939 (diff)
downloadopenvpn-384fd1376b35d7f2e60e96aee85b4fdcc1890da6.tar.gz
openvpn-384fd1376b35d7f2e60e96aee85b4fdcc1890da6.tar.xz
openvpn-384fd1376b35d7f2e60e96aee85b4fdcc1890da6.zip
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
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
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;