1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:idmap_tdb2: remove unused idmap_tdb2_alloc_init().

This commit is contained in:
Michael Adam 2010-05-31 11:29:00 +02:00
parent 261663389b
commit 77e41c0ad4

View File

@ -178,18 +178,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.
*/