From: William A. Rowe Jr Date: Thu, 9 Jun 2016 02:40:08 +0000 (+0000) Subject: Have to walk it back, but somewhere along the way, I missed a critical edit X-Git-Tag: 2.5.0-alpha~1520 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865e5dd2ab54abe26c50681e9c7228b13cfe0c54;p=thirdparty%2Fapache%2Fhttpd.git Have to walk it back, but somewhere along the way, I missed a critical edit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1747483 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util.c b/server/util.c index a80c0ecfaba..aab83115329 100644 --- a/server/util.c +++ b/server/util.c @@ -3316,7 +3316,7 @@ static const short ucharmap[] = { }; #endif -AP_DECLARE(int) ap_cstr_casecmpn(const char *s1, const char *s2) +AP_DECLARE(int) ap_cstr_casecmp(const char *s1, const char *s2) { const unsigned char *str1 = (const unsigned char *)s1; const unsigned char *str2 = (const unsigned char *)s2;