fielding    97/02/10 03:57:28

  Modified:    src       http_core.c
  Log:
  Fix warning by initializing to NULL.  Yeah, its redundant, but ...
  
  Revision  Changes    Path
  1.67      +1 -1      apache/src/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_core.c,v
  retrieving revision 1.66
  retrieving revision 1.67
  diff -C3 -r1.66 -r1.67
  *** http_core.c       1997/02/10 10:24:48     1.66
  --- http_core.c       1997/02/10 11:57:27     1.67
  ***************
  *** 310,316 ****
    #ifdef MAXIMUM_DNS
        char **haddr;
    #endif
  !     core_dir_config *dir_conf;
    
    /* If we haven't checked the host name, and we want to */
        if (dir_config) 
  --- 310,316 ----
    #ifdef MAXIMUM_DNS
        char **haddr;
    #endif
  !     core_dir_config *dir_conf = NULL;
    
    /* If we haven't checked the host name, and we want to */
        if (dir_config) 
  
  
  

Reply via email to