From 3e2c24c781f304556635144b8989244d1e787dec Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 8 Apr 2008 12:30:05 +0000 Subject: [PATCH] NO var declarations in the middle of the code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645875 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http/http_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index fbe4aa3db5..d96c3125f7 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -189,6 +189,7 @@ static int ap_process_http_connection(conn_rec *c) request_rec *r; conn_state_t *cs = c->cs; apr_socket_t *csd = NULL; + int mpm_state = 0; /* * Read and process each request found on our connection @@ -220,7 +221,6 @@ static int ap_process_http_connection(conn_rec *c) ap_update_child_status(c->sbh, SERVER_BUSY_KEEPALIVE, NULL); - int mpm_state = 0; if (ap_mpm_query(AP_MPMQ_MPM_STATE, &mpm_state)) { break; } -- 2.40.0