From b09d3585b3a99613fc336c7abd3bf65d8965ba00 Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Fri, 4 Sep 2015 07:03:38 +0000 Subject: [PATCH] s/;;/;/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701165 13f79535-47bb-0310-9956-ffa450edef68 --- server/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.c b/server/protocol.c index 3abd4d22be..d2ae6e3886 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -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)) { -- 2.50.1