From 4b5e252354660501576c8452f48514852f40270e Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Aug 2010 11:01:26 +0200 Subject: s3: Add "client_id" to pipes_struct --- source3/winbindd/winbindd_samr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/winbindd/winbindd_samr.c') diff --git a/source3/winbindd/winbindd_samr.c b/source3/winbindd/winbindd_samr.c index 05ba7a7260..f4d84fb132 100644 --- a/source3/winbindd/winbindd_samr.c +++ b/source3/winbindd/winbindd_samr.c @@ -61,6 +61,7 @@ static NTSTATUS open_internal_samr_pipe(TALLOC_CTX *mem_ctx, status = rpc_pipe_open_internal(mem_ctx, &ndr_table_samr.syntax_id, server_info, + NULL, winbind_messaging_context(), &cli); if (!NT_STATUS_IS_OK(status)) { @@ -133,6 +134,7 @@ static NTSTATUS open_internal_lsa_pipe(TALLOC_CTX *mem_ctx, status = rpc_pipe_open_internal(mem_ctx, &ndr_table_lsarpc.syntax_id, server_info, + NULL, winbind_messaging_context(), &cli); if (!NT_STATUS_IS_OK(status)) { -- cgit