]> granicus.if.org Git - apache/commitdiff
fix typo that breaks compilation
authorJeff Trawick <trawick@apache.org>
Mon, 23 Oct 2006 16:07:40 +0000 (16:07 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 23 Oct 2006 16:07:40 +0000 (16:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@467017 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_ajp.c

index d8bbc2070e285549952921cae8d3f750847a5091..92e5c51ada93ab134beca6d5747ca3c4059ed54a 100644 (file)
@@ -142,7 +142,7 @@ static int ap_proxy_ajp_request(apr_pool_t *p, request_rec *r,
     if (maxsize > 65536)
        maxsize = 65536;
     if (maxsize%1024)
-        maxize = ((maxsize/1024) + 1 ) * 1024;
+        maxsize = ((maxsize/1024) + 1 ) * 1024;
 
     /*
      * Send the AJP request to the remote server