[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35823 - gnunet/src/vpn
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35823 - gnunet/src/vpn |
Date: |
Tue, 26 May 2015 17:24:57 +0200 |
Author: grothoff
Date: 2015-05-26 17:24:57 +0200 (Tue, 26 May 2015)
New Revision: 35823
Modified:
gnunet/src/vpn/gnunet-helper-vpn.c
Log:
-note
Modified: gnunet/src/vpn/gnunet-helper-vpn.c
===================================================================
--- gnunet/src/vpn/gnunet-helper-vpn.c 2015-05-26 15:23:33 UTC (rev 35822)
+++ gnunet/src/vpn/gnunet-helper-vpn.c 2015-05-26 15:24:57 UTC (rev 35823)
@@ -360,6 +360,10 @@
/* write refers to reading from stdin, writing to fd_tun */
int write_open = 1;
+ /* FIXME: this should work with '&&', but then 2/5 VPN
+ tests fail. With '||' the tests pass, but this process
+ keeps running --- but only for the 'GNS' test ---
+ even though the stdout is closed :-(. Very confusing. */
while ((1 == read_open) || (1 == write_open))
{
FD_ZERO (&fds_w);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35823 - gnunet/src/vpn,
gnunet <=