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:
@@ -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.
|
||||
***************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user