]> granicus.if.org Git - apache/commitdiff
s/;;/;/
authorGregg Lewis Smith <gsmith@apache.org>
Fri, 4 Sep 2015 07:03:38 +0000 (07:03 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Fri, 4 Sep 2015 07:03:38 +0000 (07:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701165 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 3abd4d22be48cbd1ee7d664b98329ec6637a22ef..d2ae6e388621859e1dec2d1b3d40d02ae55faf4b 100644 (file)
@@ -1983,7 +1983,7 @@ AP_DECLARE(const char *) ap_select_protocol(conn_rec *c, request_rec *r,
 {
     apr_pool_t *pool = r? r->pool : c->pool;
     core_server_config *conf = ap_get_core_module_config(s->module_config);
-    const char *protocol = NULL, *existing = ap_get_protocol(c);;
+    const char *protocol = NULL, *existing = ap_get_protocol(c);
     apr_array_header_t *proposals;
 
     if (APLOGcdebug(c)) {