diff options
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 79829e3c6..a0f7c48ec 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -611,6 +611,7 @@ _pinfo::commune_recv () break; } debug_printf ("fifo found %p, %p", it[0], it[1]); + fh->close_one_end (); /* FIXME: not quite right - need more handshaking */ } CloseHandle (hp); |