From: Andrew Tridgell Date: Mon, 21 Aug 2006 03:51:55 +0000 (+0000) Subject: r17647: the init fns should not take a mem_ctx X-Git-Tag: samba-misc-tags/initial-v4-0-unstable~3715 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=e32fdc7e684b088629a5e858dd5bf0b80507ed65;hp=67c9cd508ed9b28b4d605b79f6de421071177fa7 r17647: the init fns should not take a mem_ctx --- diff --git a/source/param/share_ldb.c b/source/param/share_ldb.c index 8353d6f1327..8349ad7fe55 100644 --- a/source/param/share_ldb.c +++ b/source/param/share_ldb.c @@ -263,7 +263,7 @@ static NTSTATUS sldb_get_config(TALLOC_CTX *mem_ctx, return NT_STATUS_OK; } -NTSTATUS share_ldb_init(void *mem_ctx) +NTSTATUS share_ldb_init(void) { struct share_ops ops;