From: Colm MacCarthaigh Date: Mon, 19 Sep 2005 10:55:34 +0000 (+0000) Subject: Remove that odd strerror() call in the 2.2.x branch. X-Git-Tag: 2.1.8~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=020c45e93d0317e17f2b9a62d8521a6193b0812d;p=thirdparty%2Fapache%2Fhttpd.git Remove that odd strerror() call in the 2.2.x branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290108 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/listen.c b/server/listen.c index ab4e7de3d9c..6d557430690 100644 --- a/server/listen.c +++ b/server/listen.c @@ -121,7 +121,6 @@ static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server) "make_sock: failed to set ReceiveBufferSize for " "address %pI, using default", server->bind_addr); - strerror(errno); /* not a fatal error */ } }