mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +03:00
s3: Lift the smbd_messaging_context from make_internal_rpc_pipe_p
This commit is contained in:
@@ -582,7 +582,8 @@ NTSTATUS np_open(TALLOC_CTX *mem_ctx, const char *name,
|
||||
}
|
||||
|
||||
p = make_internal_rpc_pipe_p(handle, &syntax, client_address,
|
||||
server_info);
|
||||
server_info,
|
||||
smbd_messaging_context());
|
||||
|
||||
handle->type = FAKE_FILE_TYPE_NAMED_PIPE;
|
||||
handle->private_data = p;
|
||||
|
||||
Reference in New Issue
Block a user