diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index f581c8e1b6..adadeec0aa 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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. ***************************************************************************/ |