s3-lib Replace StrCaseCmp() with strcasecmp_m()
[samba.git] / source3 / utils / net_user.c
index 2cf00170de4868697614f74c3aca1f36545c57ac..9fb6f80f929f6e03717251dd87083795786c61be 100644 (file)
@@ -50,7 +50,7 @@ int net_user(struct net_context *c, int argc, const char **argv)
        if (argc < 1)
                return net_user_usage(c, argc, argv);
 
-       if (StrCaseCmp(argv[0], "HELP") == 0) {
+       if (strcasecmp_m(argv[0], "HELP") == 0) {
                net_user_usage(c, argc, argv);
                return 0;
        }