소스 검색

Propagate return status code from last child to fail.

tags/v0.9.3
Michael Brown 18 년 전
부모
커밋
1411876e26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/core/resolv.c

+ 1
- 1
src/core/resolv.c 파일 보기

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

Loading…
취소
저장