]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/wildcard.cpp
Move this to another (yet more appropriate) place, saves some syscalls in an unlikely...
[user/henk/code/inspircd.git] / src / wildcard.cpp
index 270117b65f01113d35eeec17fc4e955ef6d3d7cd..b49ba943a6bc0d18f95fcd34c4417002fb6dd64f 100644 (file)
@@ -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)
        {