]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I cannot solve this right now. But this variable sure was uninitialized
authorMartin Kraemer <martin@apache.org>
Mon, 11 Oct 1999 22:54:29 +0000 (22:54 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 11 Oct 1999 22:54:29 +0000 (22:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83971 13f79535-47bb-0310-9956-ffa450edef68

server/listen.c

index c016ccaf7c9ba527b364f9e512c3133fe198b4c8..b90e83fe9ffb9fe8f4c858874ff14dc27d41be16 100644 (file)
@@ -74,6 +74,8 @@ static ap_status_t make_sock(ap_context_t *p, ap_listen_rec *server)
     char addr[512];
     ap_status_t stat;
 
+    ap_cpystrn(addr, "[@main/listen.c:make_sock(): inet_ntoa(server->sin_addr)]", sizeof addr);
+
     stat = ap_setsocketopt(s, APR_SO_REUSEADDR, one);
     if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
        ap_log_error(APLOG_MARK, APLOG_CRIT, NULL,