dgaudet     97/04/27 17:14:29

  Modified:    src       http_main.c
  Log:
  Fix a warning.
  
  Revision  Changes    Path
  1.141     +2 -0      apache/src/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_main.c,v
  retrieving revision 1.140
  retrieving revision 1.141
  diff -C3 -r1.140 -r1.141
  *** http_main.c       1997/04/27 07:45:03     1.140
  --- http_main.c       1997/04/28 00:14:27     1.141
  ***************
  *** 2278,2284 ****
  --- 2278,2286 ----
        }
    
        if (is_graceful) {
  + #ifndef SCOREBOARD_FILE
            int i;
  + #endif
    
            /* USE WITH CAUTION:  Graceful restarts are not known to work
            * in various configurations on the architectures we support. */
  
  
  

Reply via email to