]> granicus.if.org Git - apache/commitdiff
Just 2c and fix my old borked comment.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 23 Nov 2002 17:57:26 +0000 (17:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 23 Nov 2002 17:57:26 +0000 (17:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97605 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/mod_nw_ssl.c

index 07e8043f91fde992c28f06d905d35277e6654ebd..866fbf86637f31de2e06c9e8e7daae6b983c7007 100644 (file)
@@ -147,8 +147,8 @@ static unsigned long parse_addr(const char *w, unsigned short *ports)
     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);