2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-08-25 12:40:23 +00:00

Propagate return status code from last child to fail.

This commit is contained in:
Michael Brown
2007-01-19 14:00:51 +00:00
parent cde6d776e3
commit 1411876e26

View File

@@ -113,7 +113,7 @@ static void resolv_sigchld ( struct async *async,
/* If we have no children left, return failure */
if ( --(resolution->pending) == 0 )
async_done ( async, -ENXIO );
async_done ( async, rc );
}
/**