1
0
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:
Volker Lendecke
2010-08-08 09:08:40 +02:00
parent d5b8a993e0
commit 7c90a6bf38
3 changed files with 9 additions and 5 deletions

View File

@@ -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;