s3-lib Replace StrCaseCmp() with strcasecmp_m()
[ddiss/samba.git] / source3 / rpcclient / rpcclient.c
index c2f3e4c917ce93aa0c586e380850e39b06080256..466212b23a61be1d278031dc43a1e94ab7ca3601 100644 (file)
@@ -240,7 +240,7 @@ static NTSTATUS cmd_listcommands(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ct
        {
                tmp_set = tmp->cmd_set;
 
-               if (!StrCaseCmp(argv[1], tmp_set->name))
+               if (!strcasecmp_m(argv[1], tmp_set->name))
                {
                        printf("Available commands on the %s pipe:\n\n", tmp_set->name);