You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/06/13 05:09:25 UTC

cvs commit: apache/src http_request.c

brian       96/06/12 20:09:24

  Modified:    src       http_request.c
  Log:
  Reviewed by:	Brian Behlendorf
  Submitted by:	Andrew Wilson
  
  Fixed compilation warning with an unused variable without STATUS instrumentation.
  
  Revision  Changes    Path
  1.9       +2 -0      apache/src/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_request.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** http_request.c	1996/06/10 02:04:04	1.8
  --- http_request.c	1996/06/13 03:09:22	1.9
  ***************
  *** 749,755 ****
  --- 749,757 ----
    
    void process_request (request_rec *r)
    {
  + #ifdef STATUS
        int old_stat;
  + #endif /* STATUS */
        process_request_internal (r);
    #ifdef STATUS
        old_stat = update_child_status (r->connection->child_num, SERVER_BUSY_LOG,