You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/09/19 12:55:39 UTC

svn commit: r290108 - /httpd/httpd/branches/2.2.x/server/listen.c

Author: colm
Date: Mon Sep 19 03:55:34 2005
New Revision: 290108

URL: http://svn.apache.org/viewcvs?rev=290108&view=rev
Log:

Remove that odd strerror() call in the 2.2.x branch.


Modified:
    httpd/httpd/branches/2.2.x/server/listen.c

Modified: httpd/httpd/branches/2.2.x/server/listen.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/server/listen.c?rev=290108&r1=290107&r2=290108&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/server/listen.c (original)
+++ httpd/httpd/branches/2.2.x/server/listen.c Mon Sep 19 03:55:34 2005
@@ -121,7 +121,6 @@
                           "make_sock: failed to set ReceiveBufferSize for "
                           "address %pI, using default",
                           server->bind_addr);
-            strerror(errno);
             /* not a fatal error */
         }
     }