Apply minor fixes from patches@, SF tracker, and others.
[ircu2.10.12-pk.git] / ircd / match.c
index 566ecaa0d21cb5b3b4d9f4a6e9984f7fce30400d..821c22252db242b1877cb60d646ccd33ce2b6607 100644 (file)
@@ -173,7 +173,7 @@ int match(const char *mask, const char *name)
       wild = 1;
     }
     if (*m == '\\')  /* next wildcard is disregarded */
-      *m++;
+      m++;
 
     if (!*m) {
       if (!*n)