aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn-windows.c
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/gnunet-helper-vpn-windows.c
parentf73d79edf5b935f7b1edb3f14f1c15eb3989c6fb (diff)
- bratao's fix to compile on w32
Diffstat (limited to 'src/vpn/gnunet-helper-vpn-windows.c')
-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 7dee536095..d1d8aa6e57 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)
* DHCP and such are all features we will never use in gnunet afaik.
* But for openvpn those are essential.
*/
- if ((privilege_testing) || (! tun_up (tap_handle))
+ if ((privilege_testing) || (! tun_up (tap_handle)))
goto teardown_final;
/* Initialize our overlapped IO structures*/