diff options
author | cfuchs <cfuchs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-24 13:54:45 +0000 |
---|---|---|
committer | cfuchs <cfuchs@140774ce-b5e7-0310-ab8b-a85725594a96> | 2013-01-24 13:54:45 +0000 |
commit | 72d6b5719f5544f3d12f679c84e573c1c10ff47f (patch) | |
tree | c5266c917ce31d3e10b980525fdb09e78297a0ab | |
parent | 0a33e57197f18e9a54bab9415f934896e9e0507d (diff) |
re-fixed incorrect from last commit... :-D forgot to save.
git-svn-id: https://gnunet.org/svn/gnunet@25885 140774ce-b5e7-0310-ab8b-a85725594a96
-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 690f6fa637..0a3bdad164 100644 --- a/src/vpn/gnunet-helper-vpn-windows.c +++ b/src/vpn/gnunet-helper-vpn-windows.c @@ -1360,7 +1360,7 @@ run (HANDLE tap_handle) } #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))) |