file memmove.c was added on branch nmh-1_3-branch on 2008-05-04 16:22:54 +0000
[mmh] / sbr / ruserpass.c
index 3097ee7..36605be 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;
            }