gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25885 - gnunet/src/vpn
Date: Thu, 24 Jan 2013 14:54:45 +0100

Author: cfuchs
Date: 2013-01-24 14:54:45 +0100 (Thu, 24 Jan 2013)
New Revision: 25885

Modified:
   gnunet/src/vpn/gnunet-helper-vpn-windows.c
Log:
re-fixed incorrect from last commit... :-D forgot to save.


Modified: gnunet/src/vpn/gnunet-helper-vpn-windows.c
===================================================================
--- gnunet/src/vpn/gnunet-helper-vpn-windows.c  2013-01-24 13:51:31 UTC (rev 
25884)
+++ gnunet/src/vpn/gnunet-helper-vpn-windows.c  2013-01-24 13:54:45 UTC (rev 
25885)
@@ -1360,7 +1360,7 @@
     }
 #endif
   
-  while (std_out.path_open && tap_write.path_open)
+  while (std_out.path_open || tap_write.path_open)
     {
       /* perform READ from stdin if possible */
       if (std_in.path_open && (!attempt_read_stdin (&std_in, &tap_write)))




reply via email to

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