From: Jim Jagielski Date: Thu, 12 Jun 2008 22:36:01 +0000 (+0000) Subject: no like tabs X-Git-Tag: 2.2.10~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd5e4162491261bef11506cd5f4d0c571f22631;p=thirdparty%2Fapache%2Fhttpd.git no like tabs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@667285 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/ajp_header.c b/modules/proxy/ajp_header.c index 6fecb5a91fb..b506946c356 100644 --- a/modules/proxy/ajp_header.c +++ b/modules/proxy/ajp_header.c @@ -89,7 +89,7 @@ static int sc_for_req_header(const char *header_name) case 'C': if(strcmp(p, "OOKIE2") == 0) return SC_COOKIE2; - else if (strcmp(p, "OOKIE") == 0) + else if (strcmp(p, "OOKIE") == 0) return SC_COOKIE; else if(strcmp(p, "ONNECTION") == 0) return SC_CONNECTION;