]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Silence compiler warnings
authorRuediger Pluem <rpluem@apache.org>
Thu, 10 Sep 2009 06:19:27 +0000 (06:19 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 10 Sep 2009 06:19:27 +0000 (06:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@813249 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_connect.c

index ce4ef7e3bc111ad5920b959580b3fa3d7562f9fe..d336e101e488d92d06f19eceefca0dba9ecd0569 100644 (file)
@@ -128,7 +128,7 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
 
     apr_bucket_brigade *bb = apr_brigade_create(p, c->bucket_alloc);
     apr_status_t err, rv;
-    apr_size_t i, o, nbytes;
+    apr_size_t nbytes;
     char buffer[HUGE_STRING_LEN];
     apr_socket_t *client_socket = ap_get_module_config(c->conn_config, &core_module);
     int failed, rc;