summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_samba3_protocol.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-10-01 16:36:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:17 -0500
commit33834e2dda513681dc952e5a983cecb5871e3417 (patch)
treec05745b35349554280acc43ce2fb1cb283853e81 /source4/winbind/wb_samba3_protocol.c
parent3223cd45ee02b1395e2295d5e5afa996a10ae8d1 (diff)
downloadsamba-33834e2dda513681dc952e5a983cecb5871e3417.tar.gz
samba-33834e2dda513681dc952e5a983cecb5871e3417.tar.bz2
samba-33834e2dda513681dc952e5a983cecb5871e3417.zip
r10675: Connect to the DC's IPC$
Volker (This used to be commit c7557884843a5b2bac9e21ec81cafcaadf436bca)
Diffstat (limited to 'source4/winbind/wb_samba3_protocol.c')
-rw-r--r--source4/winbind/wb_samba3_protocol.c3
1 files changed, 2 insertions, 1 deletions
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;