diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-05-07 19:55:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:43 -0500 |
commit | 7f0a396e3b4f02aea24d6e6d8d6123c5aa737248 (patch) | |
tree | 09883421ee80e52bda061bf9bd84b6e1d5f8b9f8 /source4/libnet | |
parent | e9c7016699c61b4d21341b639bbe4291dcd21872 (diff) | |
download | samba-7f0a396e3b4f02aea24d6e6d8d6123c5aa737248.tar.gz samba-7f0a396e3b4f02aea24d6e6d8d6123c5aa737248.tar.bz2 samba-7f0a396e3b4f02aea24d6e6d8d6123c5aa737248.zip |
r15504: Revert -r 15500 and -r 15503 until I'm awake, and can get my head
around the mess that is composite functions...
Async might be all the rage, but it's bloody painful to debug.
Andrew Bartlett
(This used to be commit 756e1dad7ce54b83f8170db3434bfcfc4afe7e65)
Diffstat (limited to 'source4/libnet')
-rw-r--r-- | source4/libnet/libnet_join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libnet/libnet_join.c b/source4/libnet/libnet_join.c index 608568bc53..fb28eaed2f 100644 --- a/source4/libnet/libnet_join.c +++ b/source4/libnet/libnet_join.c @@ -482,7 +482,7 @@ NTSTATUS libnet_JoinDomain(struct libnet_context *ctx, TALLOC_CTX *mem_ctx, stru samr_pipe = connect_with_info->out.dcerpc_pipe; - status = dcerpc_pipe_auth(&samr_pipe, + status = dcerpc_pipe_auth(tmp_ctx, &samr_pipe, connect_with_info->out.dcerpc_pipe->binding, &dcerpc_table_samr, ctx->cred); if (!NT_STATUS_IS_OK(status)) { |