svn commit: samba r2121 - in branches/SAMBA_4_0/source/librpc/ndr: .

metze at samba.org metze at samba.org
Tue Aug 31 06:18:48 GMT 2004


Author: metze
Date: 2004-08-31 06:18:48 +0000 (Tue, 31 Aug 2004)
New Revision: 2121

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/ndr&rev=2121&nolog=1

Log:
fix compiler warning

metze

Modified:
   branches/SAMBA_4_0/source/librpc/ndr/ndr.c


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/ndr/ndr.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/ndr/ndr.c	2004-08-31 05:23:31 UTC (rev 2120)
+++ branches/SAMBA_4_0/source/librpc/ndr/ndr.c	2004-08-31 06:18:48 UTC (rev 2121)
@@ -146,7 +146,6 @@
 /* create a ndr_push structure, ready for some marshalling */
 struct ndr_push *ndr_push_init(void)
 {
-	struct ndr_push *ndr;
 	return ndr_push_init_ctx(NULL);
 }
 



More information about the samba-cvs mailing list