You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/11/23 18:57:26 UTC

cvs commit: httpd-2.0/modules/arch/netware mod_nw_ssl.c

wrowe       2002/11/23 09:57:26

  Modified:    modules/arch/netware mod_nw_ssl.c
  Log:
    Just 2c and fix my old borked comment.
  
  Revision  Changes    Path
  1.8       +2 -2      httpd-2.0/modules/arch/netware/mod_nw_ssl.c
  
  Index: mod_nw_ssl.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/arch/netware/mod_nw_ssl.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- mod_nw_ssl.c	29 Oct 2002 05:25:51 -0000	1.7
  +++ mod_nw_ssl.c	23 Nov 2002 17:57:26 -0000	1.8
  @@ -147,8 +147,8 @@
       hep = gethostbyname(w);
   
       if ((!hep) || (hep->h_addrtype != AF_INET || !hep->h_addr_list[0])) {
  -        /* XXX Should be echoing by r_errno the actual failure, no? 
  -         * ap_log_error would be good here.
  +        /* XXX Should be echoing by h_errno the actual failure, no? 
  +         * ap_log_error would be good here.  Better yet - APRize.
            */
           fprintf(stderr, "Cannot resolve host name %s --- exiting!\n", w);
           exit(1);