X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..26cad4056c927e609753103897a60d00611ac9f7:/sbr/ruserpass.c diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 882889c3..d422f67d 100644 --- a/sbr/ruserpass.c +++ b/sbr/ruserpass.c @@ -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; }