]> git.marmaro.de Git - mmh/blobdiff - sbr/ruserpass.c
file memmove.c was added on branch nmh-1_3-branch on 2008-05-04 16:22:54 +0000
[mmh] / sbr / ruserpass.c
index 3097ee7f9f4be2413d7aa9dd6fec90aa88e30bae..36605bea07c5fce3e15ec5d4379bb7370a94e4f1 100644 (file)
@@ -92,7 +92,7 @@ ruserpass(char *host, char **aname, char **apass)
                /*
                 * Allow match either for user's host name.
                 */
-               if (strcasecmp(host, tokval) == 0)
+               if (mh_strcasecmp(host, tokval) == 0)
                    goto match;
                continue;
            }