diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-02-28 03:57:41 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-02-28 03:57:41 +0000 |
commit | 384fd1376b35d7f2e60e96aee85b4fdcc1890da6 (patch) | |
tree | 23dbfac905d3b04eb28a8dcf171e6dd1bfde0f7c /options.c | |
parent | Worked around an incompatibility in the Windows Vista (diff) | |
download | openvpn-384fd1376b35d7f2e60e96aee85b4fdcc1890da6.tar.xz |
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
Diffstat (limited to '')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |