dgaudet     97/10/04 19:02:39

  Modified:    src/main http_main.c
  Log:
  Fix a bug with SAFE_UNSERIALIZED_ACCEPT.
  
  Revision  Changes    Path
  1.229     +1 -1      apachen/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_main.c,v
  retrieving revision 1.228
  retrieving revision 1.229
  diff -u -r1.228 -r1.229
  --- http_main.c       1997/10/02 05:25:03     1.228
  +++ http_main.c       1997/10/05 02:02:38     1.229
  @@ -3472,7 +3472,7 @@
            /* Clear the pool - including any registered cleanups */
            destroy_pool(pconf);
            cleanup_scoreboard();
  -         accept_mutex_cleanup();
  +         SAFE_ACCEPT(accept_mutex_cleanup());
   
            exit(0);
        }
  
  
  

Reply via email to