dgaudet 98/06/08 13:32:18
Modified: src/main http_main.c
Log:
another tiny bit of fallout from the int -> ap_wait_t change.
Submitted by: Dave Dykstra <[EMAIL PROTECTED]>
Revision Changes Path
1.362 +1 -1 apache-1.3/src/main/http_main.c
Index: http_main.c
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- http_main.c 1998/06/07 13:16:41 1.361
+++ http_main.c 1998/06/08 20:32:16 1.362
@@ -2144,7 +2144,7 @@
kill((pid = ap_scoreboard_image->parent[n].pid), 0) == -1) {
ap_update_child_status(n, SERVER_DEAD, NULL);
/* just mark it as having a successful exit status */
- *status = 0;
+ bzero((char *) status, sizeof(ap_wait_t));
return(pid);
}
}