From 33834e2dda513681dc952e5a983cecb5871e3417 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 1 Oct 2005 16:36:04 +0000 Subject: r10675: Connect to the DC's IPC$ Volker (This used to be commit c7557884843a5b2bac9e21ec81cafcaadf436bca) --- source4/winbind/wb_samba3_protocol.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/winbind/wb_samba3_protocol.c') diff --git a/source4/winbind/wb_samba3_protocol.c b/source4/winbind/wb_samba3_protocol.c index af63b4c876..d7e32daddb 100644 --- a/source4/winbind/wb_samba3_protocol.c +++ b/source4/winbind/wb_samba3_protocol.c @@ -33,7 +33,8 @@ uint32_t wbsrv_samba3_packet_length(DATA_BLOB blob) return *len; } -NTSTATUS wbsrv_samba3_pull_request(DATA_BLOB blob, TALLOC_CTX *mem_ctx, struct wbsrv_call **_call) +NTSTATUS wbsrv_samba3_pull_request(DATA_BLOB blob, TALLOC_CTX *mem_ctx, + struct wbsrv_call **_call) { struct wbsrv_call *call; struct wbsrv_samba3_call *s3_call; -- cgit