You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2004/11/21 08:10:33 UTC

svn commit: r106075 - /httpd/httpd/trunk/server/core.c

Author: wrowe
Date: Sat Nov 20 23:10:32 2004
New Revision: 106075

Modified:
   httpd/httpd/trunk/server/core.c
Log:

  Drop a worthless emit.


Modified: httpd/httpd/trunk/server/core.c
==============================================================================
--- httpd/httpd/trunk/server/core.c	(original)
+++ httpd/httpd/trunk/server/core.c	Sat Nov 20 23:10:32 2004
@@ -4544,9 +4544,10 @@
 static int core_pre_connection(conn_rec *c, void *csd)
 {
     core_net_rec *net = apr_palloc(c->pool, sizeof(*net));
-    apr_status_t rv;
 
 #ifdef AP_MPM_DISABLE_NAGLE_ACCEPTED_SOCK
+    apr_status_t rv;
+
     /* The Nagle algorithm says that we should delay sending partial
      * packets in hopes of getting more data.  We don't want to do
      * this; we are not telnet.  There are bad interactions between