You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Ben Laurie <be...@hyperreal.com> on 1996/03/26 21:41:18 UTC

cvs commit: apache/src mod_status.c

ben         96/03/26 12:41:18

  Modified:    src       mod_status.c
  Log:
  Remove erroneous send of uninitialized buffer.
  
  Revision  Changes    Path
  1.3       +0 -1      apache/src/mod_status.c
  
  Index: mod_status.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_status.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** mod_status.c	1996/03/26 20:31:29	1.2
  --- mod_status.c	1996/03/26 20:41:17	1.3
  ***************
  *** 185,191 ****
    	       NULL);
    	rputs("Server up for: ",r);
    	show_time(r,up_time);
  - 	rputs(buffer,r);
    	rputs("<hr>",r);
        }
    
  --- 185,190 ----