From: Gregg Lewis Smith Date: Fri, 4 Sep 2015 07:03:38 +0000 (+0000) Subject: s/;;/;/ X-Git-Tag: 2.5.0-alpha~2871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b09d3585b3a99613fc336c7abd3bf65d8965ba00;p=thirdparty%2Fapache%2Fhttpd.git s/;;/;/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1701165 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 3abd4d22be4..d2ae6e38862 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)) {