r17647: the init fns should not take a mem_ctx
[ira/wip.git] / source / param / share_ldb.c
index 8353d6f13272dd0fad6dd7110b514bb08a75240e..8349ad7fe55f176fc7ecf6f454ae90d29c85a394 100644 (file)
@@ -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;