s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh
[kai/samba.git] / source3 / utils / net_join.c
index 9e9ef2af065ce502949d7357632a70af9e9863f2..1493dff74d7bd4cb800a5ed2467783ae4f546199 100644 (file)
@@ -34,7 +34,7 @@ int net_join_usage(struct net_context *c, int argc, const char **argv)
 
 int net_join(struct net_context *c, int argc, const char **argv)
 {
-       if ((argc > 0) && (StrCaseCmp(argv[0], "HELP") == 0)) {
+       if ((argc > 0) && (strcasecmp_m(argv[0], "HELP") == 0)) {
                net_join_usage(c, argc, argv);
                return 0;
        }