s3-lib Replace StrCaseCmp() with strcasecmp_m()
[ira/wip.git] / source3 / rpc_server / srv_pipe_hnd.c
index 5702a0e8d717c60724153028c5cfeb75fc232b1c..1c7363299ac0ab5e70796fb3fb62714753d0f837 100644 (file)
@@ -433,7 +433,7 @@ NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name,
        rpcsrv_type = lp_parm_const_string(GLOBAL_SECTION_SNUM,
                                           "rpc_server", name,
                                           "embedded");
-       if (StrCaseCmp(rpcsrv_type, "embedded") != 0) {
+       if (strcasecmp_m(rpcsrv_type, "embedded") != 0) {
                external = true;
        }