Loading server/listen.c +2 −2 Original line number Diff line number Diff line Loading @@ -224,7 +224,7 @@ static void alloc_listener(process_rec *process, char *addr, apr_port_t port) */ if ((status = apr_getaddrinfo(&new->bind_addr, addr, APR_UNSPEC, port, 0, process->pool)) != APR_SUCCESS) { ap_log_rerror(APLOG_MARK, APLOG_CRIT, status, NULL, ap_log_error(APLOG_MARK, APLOG_CRIT, status, NULL, "alloc_listener: failed to set up sockaddr for %s", addr); return; } Loading Loading
server/listen.c +2 −2 Original line number Diff line number Diff line Loading @@ -224,7 +224,7 @@ static void alloc_listener(process_rec *process, char *addr, apr_port_t port) */ if ((status = apr_getaddrinfo(&new->bind_addr, addr, APR_UNSPEC, port, 0, process->pool)) != APR_SUCCESS) { ap_log_rerror(APLOG_MARK, APLOG_CRIT, status, NULL, ap_log_error(APLOG_MARK, APLOG_CRIT, status, NULL, "alloc_listener: failed to set up sockaddr for %s", addr); return; } Loading