]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove that odd strerror() call in the 2.2.x branch.
authorColm MacCarthaigh <colm@apache.org>
Mon, 19 Sep 2005 10:55:34 +0000 (10:55 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 19 Sep 2005 10:55:34 +0000 (10:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@290108 13f79535-47bb-0310-9956-ffa450edef68

server/listen.c

index ab4e7de3d9c08656e42f9c11ab73d9013b8fd690..6d557430690623302bb5add7b82a4927f1a06804 100644 (file)
@@ -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 */
         }
     }