aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-04-18 13:14:48 +0000
committerBart Polot <bart@net.in.tum.de>2013-04-18 13:14:48 +0000
commit7c90c013e9a5534a06f156f6e564d368a84f93c1 (patch)
tree538c131557f3927432c112bd7dc68392da3e62db /src/vpn
parentf73d79edf5b935f7b1edb3f14f1c15eb3989c6fb (diff)
downloadgnunet-7c90c013e9a5534a06f156f6e564d368a84f93c1.tar.gz
gnunet-7c90c013e9a5534a06f156f6e564d368a84f93c1.zip
- bratao's fix to compile on w32
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-helper-vpn-windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn-windows.c b/src/vpn/gnunet-helper-vpn-windows.c
index 7dee53609..d1d8aa6e5 100644
--- a/src/vpn/gnunet-helper-vpn-windows.c
+++ b/src/vpn/gnunet-helper-vpn-windows.c
@@ -1356,7 +1356,7 @@ run (HANDLE tap_handle)
1356 * DHCP and such are all features we will never use in gnunet afaik. 1356 * DHCP and such are all features we will never use in gnunet afaik.
1357 * But for openvpn those are essential. 1357 * But for openvpn those are essential.
1358 */ 1358 */
1359 if ((privilege_testing) || (! tun_up (tap_handle)) 1359 if ((privilege_testing) || (! tun_up (tap_handle)))
1360 goto teardown_final; 1360 goto teardown_final;
1361 1361
1362 /* Initialize our overlapped IO structures*/ 1362 /* Initialize our overlapped IO structures*/