s3: server: s3_tevent_context_init() -> samba_tevent_context_init()
[nivanova/samba-autobuild/.git] / source3 / rpc_server / rpc_ncacn_np.c
index f9c73de81e5c2879203d03965b77f26bc767bead..083cbbeb4540cb39d256126813b7bad74fb13d50 100644 (file)
@@ -708,9 +708,9 @@ NTSTATUS make_external_rpc_pipe(TALLOC_CTX *mem_ctx,
                goto out;
        }
 
-       ev_ctx = s3_tevent_context_init(tmp_ctx);
+       ev_ctx = samba_tevent_context_init(tmp_ctx);
        if (ev_ctx == NULL) {
-               DEBUG(0, ("s3_tevent_context_init failed\n"));
+               DEBUG(0, ("samba_tevent_context_init failed\n"));
                status = NT_STATUS_NO_MEMORY;
                goto out;
        }
@@ -816,9 +816,9 @@ struct np_proxy_state *make_external_rpc_pipe_p(TALLOC_CTX *mem_ctx,
                goto fail;
        }
 
-       ev = s3_tevent_context_init(talloc_tos());
+       ev = samba_tevent_context_init(talloc_tos());
        if (ev == NULL) {
-               DEBUG(0, ("s3_tevent_context_init failed\n"));
+               DEBUG(0, ("samba_tevent_context_init failed\n"));
                goto fail;
        }