gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit fd40063b16d12f18145a583ef10b925feb8d57df
parent dae4222c75b4879cf1524d4dc93bb6f023f468ca
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 26 May 2015 15:24:57 +0000

-note

Diffstat:
Msrc/vpn/gnunet-helper-vpn.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c @@ -360,6 +360,10 @@ run (int fd_tun) /* 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);