summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_util.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-05-25 08:05:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:52:53 -0500
commit002c1e76465da36f5f564fd6ada1da64e7063e8d (patch)
tree5992f285e55621df2a6d8266740eb5267296280c /source4/librpc/rpc/dcerpc_util.c
parent64df4c7c5726ec266628fff40071e06d268b410e (diff)
downloadsamba-002c1e76465da36f5f564fd6ada1da64e7063e8d.tar.gz
samba-002c1e76465da36f5f564fd6ada1da64e7063e8d.tar.bz2
samba-002c1e76465da36f5f564fd6ada1da64e7063e8d.zip
r23134: Set the event context onto the cli_credentials.
Andrew Bartlett (This used to be commit 8b97ca2a8719abdd9f853a5d8f075428b2f49a61)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_util.c')
-rw-r--r--source4/librpc/rpc/dcerpc_util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/dcerpc_util.c b/source4/librpc/rpc/dcerpc_util.c
index 19ad8790a8..33dbe1d733 100644
--- a/source4/librpc/rpc/dcerpc_util.c
+++ b/source4/librpc/rpc/dcerpc_util.c
@@ -915,6 +915,7 @@ struct composite_context *dcerpc_epm_map_binding_send(TALLOC_CTX *mem_ctx,
/* anonymous credentials for rpc connection used to get endpoint mapping */
anon_creds = cli_credentials_init(mem_ctx);
+ cli_credentials_set_event_context(anon_creds, ev);
cli_credentials_set_conf(anon_creds);
cli_credentials_set_anonymous(anon_creds);