svn commit: samba r17647 - in branches/SAMBA_4_0/source/param: .

tridge at samba.org tridge at samba.org
Mon Aug 21 03:51:55 GMT 2006


Author: tridge
Date: 2006-08-21 03:51:55 +0000 (Mon, 21 Aug 2006)
New Revision: 17647

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

Log:

the init fns should not take a mem_ctx

Modified:
   branches/SAMBA_4_0/source/param/share_ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/param/share_ldb.c
===================================================================
--- branches/SAMBA_4_0/source/param/share_ldb.c	2006-08-21 02:44:51 UTC (rev 17646)
+++ branches/SAMBA_4_0/source/param/share_ldb.c	2006-08-21 03:51:55 UTC (rev 17647)
@@ -263,7 +263,7 @@
 	return NT_STATUS_OK;
 }
 
-NTSTATUS share_ldb_init(void *mem_ctx)
+NTSTATUS share_ldb_init(void)
 {
 	struct share_ops ops;
 



More information about the samba-cvs mailing list