From 0a3159121e15decec9bcb82c836158a817bba894 Mon Sep 17 00:00:00 2001 From: w00t Date: Thu, 28 Aug 2008 19:45:21 +0000 Subject: Rename lowermap to rfc_case_insensitive_map, add case_sensitive_map.. adjust files to not pass lowermap directly. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10337 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/wildcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wildcard.cpp') diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 270117b65..b49ba943a 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -40,7 +40,7 @@ static bool match_internal(const unsigned char *string, const unsigned char *wil return false; if (!map) - map = lowermap; + map = rfc_case_insensitive_map; while (*string) { -- cgit v1.2.3