From a2dcb36e871109c01d7282e8bcbc89b354c34fc8 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sat, 23 Nov 2002 17:57:26 +0000 Subject: [PATCH] Just 2c and fix my old borked comment. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/arch/netware/mod_nw_ssl.c b/modules/arch/netware/mod_nw_ssl.c index 07e8043f91..866fbf8663 100644 --- a/modules/arch/netware/mod_nw_ssl.c +++ b/modules/arch/netware/mod_nw_ssl.c @@ -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); -- 2.50.1