]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Call ap_log_error() instead of ap_log_rerror() from alloc_listener().
authorJeff Trawick <trawick@apache.org>
Sun, 17 Dec 2000 12:30:29 +0000 (12:30 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 17 Dec 2000 12:30:29 +0000 (12:30 +0000)
commit0999194d222fc516574e1165aa796a8ea8baff20
treea6b81d8c295519fb0472c2526d36bd0fe3099c26
parentb1be11c2de35155dc19e880b530540b5a9996daa
Call ap_log_error() instead of ap_log_rerror() from alloc_listener().
This bug, introduced in a recent commit, caused a segfault when the
hostname couldn't be resolved.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87386 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c