X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fruserpass.c;h=36605bea07c5fce3e15ec5d4379bb7370a94e4f1;hp=3097ee7f9f4be2413d7aa9dd6fec90aa88e30bae;hb=d2f12554a254e814dcdafb3828fc0d9936154eef;hpb=8e0d377cb731b0fbc39a9b2874ec6b772e53620b diff --git a/sbr/ruserpass.c b/sbr/ruserpass.c index 3097ee7..36605be 100644 --- a/sbr/ruserpass.c +++ b/sbr/ruserpass.c @@ -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; }