dgaudet     99/02/24 01:33:38

  Modified:    src/main http_core.c
  Log:
  did I really remove this NULL?  what was I thinking?
  
  Revision  Changes    Path
  1.251     +2 -1      apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.250
  retrieving revision 1.251
  diff -u -r1.250 -r1.251
  --- http_core.c       1999/02/22 17:07:39     1.250
  +++ http_core.c       1999/02/24 09:33:37     1.251
  @@ -2874,7 +2874,8 @@
   { "LimitRequestBody", set_limit_req_body,
     (void*)XtOffsetOf(core_dir_config, limit_req_body),
     OR_ALL, TAKE1,
  -  "Limit (in bytes) on maximum size of request message body" }
  +  "Limit (in bytes) on maximum size of request message body" },
  +{ NULL }
   };
   
   /*****************************************************************
  
  
  

Reply via email to