dgaudet     97/10/22 09:43:06

  Modified:    src/main http_main.c
  Log:
  indent screwed up the indentation a bit
  
  Revision  Changes    Path
  1.236     +2 -2      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.235
  retrieving revision 1.236
  diff -u -r1.235 -r1.236
  --- http_main.c       1997/10/15 00:14:31     1.235
  +++ http_main.c       1997/10/22 16:43:05     1.236
  @@ -3005,7 +3005,7 @@
             */
        case SERVER_STARTING:
        case SERVER_READY:
  -             ++ idle_count;
  +         ++ idle_count;
            /* always kill the highest numbered child if we have to...
             * no really well thought out reason ... other than observing
             * the server behaviour under linux where lower numbered children
  @@ -3016,7 +3016,7 @@
            break;
        case SERVER_DEAD:
            /* try to keep children numbers as low as possible */
  -             if (free_length < idle_spawn_rate) {
  +         if (free_length < idle_spawn_rate) {
                free_slots[free_length] = i;
                ++free_length;
            }
  
  
  

Reply via email to