]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove stray leftover from incomplete merge in r1445100.
authorRainer Jung <rjung@apache.org>
Tue, 12 Feb 2013 12:08:45 +0000 (12:08 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 12 Feb 2013 12:08:45 +0000 (12:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1445120 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 402ae7f03724805ef8f499cde39e44e51ba18640..ce55f08844c25b8f55ddae825b770c9e9dd01259 100644 (file)
@@ -727,7 +727,6 @@ static apr_status_t dummy_connection(ap_pod_t *pod)
         len = strlen(data);
     }
 
-    len = strlen(srequest);
     apr_socket_send(sock, data, &len);
     apr_socket_close(sock);
     apr_pool_destroy(p);