svn commit: samba r6360 - in branches/SAMBA_4_0/source/lib/ldb/modules: .

tpot at samba.org tpot at samba.org
Sun Apr 17 00:07:42 GMT 2005


Author: tpot
Date: 2005-04-17 00:07:40 +0000 (Sun, 17 Apr 2005)
New Revision: 6360

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

Log:
Quieten unused variable warning.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/modules/schema.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/modules/schema.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/modules/schema.c	2005-04-17 00:06:46 UTC (rev 6359)
+++ branches/SAMBA_4_0/source/lib/ldb/modules/schema.c	2005-04-17 00:07:40 UTC (rev 6360)
@@ -541,7 +541,7 @@
 
 static int schema_destructor(void *module_ctx)
 {
-	struct ldb_module *ctx = module_ctx;
+/* 	struct ldb_module *ctx = module_ctx; */
 	/* put your clean-up functions here */
 	return 0;
 }



More information about the samba-cvs mailing list