svn commit: samba r3527 - in branches/SAMBA_4_0/source/lib/dcom/common: .

metze at samba.org metze at samba.org
Thu Nov 4 10:16:54 GMT 2004


Author: metze
Date: 2004-11-04 10:16:53 +0000 (Thu, 04 Nov 2004)
New Revision: 3527

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

Log:
I hate compiler warnings...

metze

Modified:
   branches/SAMBA_4_0/source/lib/dcom/common/main.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/dcom/common/main.c
===================================================================
--- branches/SAMBA_4_0/source/lib/dcom/common/main.c	2004-11-04 09:30:44 UTC (rev 3526)
+++ branches/SAMBA_4_0/source/lib/dcom/common/main.c	2004-11-04 10:16:53 UTC (rev 3527)
@@ -62,11 +62,13 @@
 	return status;
 }
 
+#if 0
 static WERROR dcom_connect_oxid(TALLOC_CTX *mem_ctx, struct dcerpc_pipe **p, HYPER_T oxid)
 {
 	/* FIXME */
 	return WERR_NOT_SUPPORTED;
 }
+#endif
 
 NTSTATUS dcerpc_IUnknown_AddRef(struct dcerpc_pipe *p, struct GUID *o, TALLOC_CTX *mem_ctx, struct IUnknown_AddRef *r) 
 {



More information about the samba-cvs mailing list