ben 96/07/16 15:14:57
Modified: src http_main.c Log: Fix warning. Revision Changes Path 1.50 +1 -1 apache/src/http_main.c Index: http_main.c =================================================================== RCS file: /export/home/cvs/apache/src/http_main.c,v retrieving revision 1.49 retrieving revision 1.50 diff -C3 -r1.49 -r1.50 *** http_main.c 1996/07/16 19:57:26 1.49 --- http_main.c 1996/07/16 22:14:54 1.50 *************** *** 1461,1467 **** exit(1); } ! /* note_cleanups_for_fd (pconf, s); /* arrange to close on exec or restart */ if((setsockopt(s, SOL_SOCKET,SO_REUSEADDR,(char *)&one,sizeof(one))) == -1) { --- 1461,1467 ---- exit(1); } ! /* note_cleanups_for_fd (pconf, s); don't arrange to close on exec or restart */ if((setsockopt(s, SOL_SOCKET,SO_REUSEADDR,(char *)&one,sizeof(one))) == -1) {