]> git.marmaro.de Git - mmh/blobdiff - sbr/ruserpass.c
* (mh_strcasecmp): Rename the private strcasecmp function to mh_strcasecmp.
[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;
            }