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/09/23 05:01:07 UTC

cvs commit: apache/src http_config.c

brian       96/09/22 20:01:06

  Modified:    src       http_config.c
  Log:
  Removed unused variable which was causing a -Wall warning.
  
  Revision  Changes    Path
  1.23      +1 -2      apache/src/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_config.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -C3 -r1.22 -r1.23
  *** http_config.c	1996/08/24 14:36:13	1.22
  --- http_config.c	1996/09/23 03:01:03	1.23
  ***************
  *** 50,56 ****
     *
     */
    
  ! /* $Id: http_config.c,v 1.22 1996/08/24 14:36:13 ben Exp $ */
    
    /*
     * http_config.c: once was auxillary functions for reading httpd's config
  --- 50,56 ----
     *
     */
    
  ! /* $Id: http_config.c,v 1.23 1996/09/23 03:01:03 brian Exp $ */
    
    /*
     * http_config.c: once was auxillary functions for reading httpd's config
  ***************
  *** 756,762 ****
    server_rec *init_virtual_host (pool *p, char *hostname)
    {
        server_rec *s = (server_rec *)pcalloc (p, sizeof (server_rec));
  -     char *t;
        server_addr_rec **addrs;
    
    #ifdef RLIMIT_NOFILE
  --- 756,761 ----