]> diplodocus.org Git - nmh/blobdiff - sbr/ruserpass.c
A bug fix and an enhancement to mhfixmsg based on patches
[nmh] / sbr / ruserpass.c
index 882889c374854a387c1d3f68859dcfea22514842..d422f67d31d2a042d0339a2ace1ebeafd22deab6 100644 (file)
@@ -90,7 +90,7 @@ ruserpass(char *host, char **aname, char **apass)
                /*
                 * Allow match either for user's host name.
                 */
-               if (mh_strcasecmp(host, tokval) == 0)
+               if (strcasecmp(host, tokval) == 0)
                    goto match;
                continue;
            }