summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-31 11:29:00 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:38 +0200
commit77e41c0ad47f9a0974ad34e4de3d0721117c7917 (patch)
tree0ba61fb75867386b85a40e8d68cf199134d145cc /source3/winbindd/idmap_tdb2.c
parent261663389b3b04b9071b11b4f2dba39a15fda03b (diff)
downloadsamba-77e41c0ad47f9a0974ad34e4de3d0721117c7917.tar.gz
samba-77e41c0ad47f9a0974ad34e4de3d0721117c7917.tar.xz
samba-77e41c0ad47f9a0974ad34e4de3d0721117c7917.zip
s3:idmap_tdb2: remove unused idmap_tdb2_alloc_init().
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index 3ff538b6131..2c432708408 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -179,18 +179,6 @@ static NTSTATUS idmap_tdb2_alloc_load(void)
/*
- Initialise idmap alloc database.
-*/
-static NTSTATUS idmap_tdb2_alloc_init(const char *params)
-{
- /* nothing to do - we want to avoid opening the permanent
- database if possible. Instead we load the params when we
- first need it. */
- return NT_STATUS_OK;
-}
-
-
-/*
Allocate a new id.
*/