rbb 99/02/16 13:37:33
Modified: pthreads/src/main http_main.c Log: Added back the accept_mutex_init line. Don't know how I forgot it in my first patch for inter-process serialization. Revision Changes Path 1.34 +1 -0 apache-apr/pthreads/src/main/http_main.c Index: http_main.c =================================================================== RCS file: /home/cvs/apache-apr/pthreads/src/main/http_main.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- http_main.c 1999/02/16 18:41:57 1.33 +++ http_main.c 1999/02/16 21:37:32 1.34 @@ -2881,6 +2881,7 @@ ap_set_version(); ap_init_modules(pconf, server_conf); version_locked++; + SAFE_ACCEPT(accept_mutex_init(pconf)); if (!is_graceful) { reinit_scoreboard(pconf); }