svn commit: samba r23134 - in branches/SAMBA_4_0/source/librpc/rpc: .

abartlet at samba.org abartlet at samba.org
Fri May 25 08:05:15 GMT 2007


Author: abartlet
Date: 2007-05-25 08:05:14 +0000 (Fri, 25 May 2007)
New Revision: 23134

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23134

Log:
Set the event context onto the cli_credentials.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2007-05-25 08:04:39 UTC (rev 23133)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc_util.c	2007-05-25 08:05:14 UTC (rev 23134)
@@ -915,6 +915,7 @@
 
 	/* 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);
 



More information about the samba-cvs mailing list