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:
parent
261663389b
commit
77e41c0ad4
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user