]> diplodocus.org Git - nmh/blobdiff - sbr/ruserpass.c
A bug fix and an enhancement to mhfixmsg based on patches
[nmh] / sbr / ruserpass.c
index 5ed6fde207b30d97b85b6a3316f3ad6d4897b8f4..d422f67d31d2a042d0339a2ace1ebeafd22deab6 100644 (file)
@@ -14,8 +14,6 @@
  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- * $Id$
  */
 
 #include <h/mh.h>
@@ -92,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;
            }