summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-07 03:38:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:30 -0500
commite3450b0ade6b8153a9346326afb24bc3594a1009 (patch)
treed90aad37cbcb8a6525864d312833966f7d4f9825 /source4/librpc/rpc
parent57842ede9e76a299420b93e3cea474c21af7ffc3 (diff)
downloadsamba-e3450b0ade6b8153a9346326afb24bc3594a1009.tar.gz
samba-e3450b0ade6b8153a9346326afb24bc3594a1009.tar.bz2
samba-e3450b0ade6b8153a9346326afb24bc3594a1009.zip
r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()
(This used to be commit b65a95c11778fd778ad3c013664aea7d038e16ae)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index 6eac4b26b2..4adeee7a37 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -1150,7 +1150,7 @@ NTSTATUS dcerpc_secondary_connection(struct dcerpc_pipe *p, struct dcerpc_pipe *
return status;
}
b.flags &= ~DCERPC_AUTH_OPTIONS;
- status = dcerpc_pipe_connect_ncalrpc(p2, &b, pipe_uuid, pipe_version, NULL, NULL, NULL);
+ status = dcerpc_pipe_open_pipe(p2, b.endpoint);
break;
default: