From 82853a613ba854661aa3d36ae5f0f0f11c13ce26 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 2 Mar 2011 23:00:58 +0100 Subject: s3:idmap: remove the params argument from the init function --- source3/include/idmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 7b3d6decf2..800e69421d 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -45,7 +45,7 @@ struct idmap_domain { struct idmap_methods { /* Called when backend is first loaded */ - NTSTATUS (*init)(struct idmap_domain *dom, const char *params); + NTSTATUS (*init)(struct idmap_domain *dom); /* Map an array of uids/gids to SIDs. The caller specifies the uid/gid and type. Gets back the SID. */ -- cgit