gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26932 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r26932 - gnunet/src/vpn
Date: Thu, 18 Apr 2013 15:14:48 +0200

Author: bartpolot
Date: 2013-04-18 15:14:48 +0200 (Thu, 18 Apr 2013)
New Revision: 26932

Modified:
   gnunet/src/vpn/gnunet-helper-vpn-windows.c
Log:
- bratao's fix to compile on w32

Modified: gnunet/src/vpn/gnunet-helper-vpn-windows.c
===================================================================
--- gnunet/src/vpn/gnunet-helper-vpn-windows.c  2013-04-18 10:38:28 UTC (rev 
26931)
+++ gnunet/src/vpn/gnunet-helper-vpn-windows.c  2013-04-18 13:14:48 UTC (rev 
26932)
@@ -1356,7 +1356,7 @@
    * 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*/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]