r7633: this patch started as an attempt to make the dcerpc code use a given
[nivanova/samba-autobuild/.git] / source4 / rpc_server / remote / dcesrv_remote.c
index 825adddfee2f09f75aa3d207639dde9bc89bc5e9..3c5caac1180f60f0f8c3d6265ada954f1e7cccfd 100644 (file)
@@ -53,7 +53,7 @@ static NTSTATUS remote_op_bind(struct dcesrv_call_state *dce_call, const struct
        status = dcerpc_pipe_connect(private, 
                                     &(private->c_pipe), binding, 
                                     iface->uuid, iface->if_version, 
-                                    credentials);
+                                    credentials, dce_call->event_ctx);
 
        talloc_free(credentials);
        if (!NT_STATUS_IS_OK(status)) {