diff options
author | Bart Polot <bart@net.in.tum.de> | 2013-04-18 13:14:48 +0000 |
---|---|---|
committer | Bart Polot <bart@net.in.tum.de> | 2013-04-18 13:14:48 +0000 |
commit | 7c90c013e9a5534a06f156f6e564d368a84f93c1 (patch) | |
tree | 538c131557f3927432c112bd7dc68392da3e62db /src/vpn/gnunet-helper-vpn-windows.c | |
parent | f73d79edf5b935f7b1edb3f14f1c15eb3989c6fb (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.c | 2 |
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*/ |