svn commit: samba r3809 - in branches/SAMBA_4_0/source/rpc_server/dcom: .

metze at samba.org metze at samba.org
Wed Nov 17 14:34:03 GMT 2004


Author: metze
Date: 2004-11-17 14:34:02 +0000 (Wed, 17 Nov 2004)
New Revision: 3809

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

Log:
fix compiler warning

metze

Modified:
   branches/SAMBA_4_0/source/rpc_server/dcom/remact.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/dcom/remact.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/dcom/remact.c	2004-11-17 13:47:01 UTC (rev 3808)
+++ branches/SAMBA_4_0/source/rpc_server/dcom/remact.c	2004-11-17 14:34:02 UTC (rev 3809)
@@ -38,7 +38,7 @@
 static WERROR RemoteActivation(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx, struct RemoteActivation *r)
 {
 	struct CreateInstance *cr;
-	struct Release *ur;
+	/*struct Release *ur;*/
 	struct dcom_interface_p *o;
 	int i;
 



More information about the samba-cvs mailing list