From: Yann Ylavic Date: Mon, 23 Nov 2015 20:05:16 +0000 (+0000) Subject: Follow up to r1715876: fix typo. X-Git-Tag: 2.5.0-alpha~2594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb95434f931a3d32e70fa95a9ab42a3b75ef8ab;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1715876: fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1715938 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cache/cache_util.c b/modules/cache/cache_util.c index eb7732862ad..6f6fbb43236 100644 --- a/modules/cache/cache_util.c +++ b/modules/cache/cache_util.c @@ -1074,7 +1074,8 @@ int ap_cache_control(request_rec *r, cache_control_t *cc, } break; } - case 'p': { + case 'p': + case 'P': { if (!ap_casecmpstr(token, "public")) { cc->public = 1; }