]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/wildcard.cpp
Fixed a permissions error, was doing work as root!
[user/henk/code/inspircd.git] / src / wildcard.cpp
index 41070d14506c8f30fdae2f48902a09406760e4c7..f74de804a17736affd48370ada540263c5d93c4b 100644 (file)
@@ -75,7 +75,7 @@ if ((strstr(mask,"*")==0) && (strlen(literal) != strlen(mask)))
 
 }
 
-bool match(char* literal, char* mask)
+bool match(const char* literal, const char* mask)
 {
        char L[10240];
        char M[10240];