1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

s3:param: add utility function lp_idmap_default_range()

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Christian Ambach <ambi@samba.org>
This commit is contained in:
Michael Adam
2013-01-28 16:35:50 +01:00
parent 1342bdd55c
commit 58b302d76a
2 changed files with 6 additions and 0 deletions

View File

@@ -2992,6 +2992,11 @@ done:
}
bool lp_idmap_default_range(uint32_t *low, uint32_t *high)
{
return lp_idmap_range("*", low, high);
}
/***************************************************************************
Handle the DEBUG level list.
***************************************************************************/