mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
autorid: initialize: fix typo in and further improve a debug message.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
e9796edaa8
commit
fc987cf289
@ -621,8 +621,8 @@ static NTSTATUS idmap_autorid_initialize(struct idmap_domain *dom)
|
||||
config->rangesize;
|
||||
|
||||
if (config->maxranges == 0) {
|
||||
DEBUG(1, ("allowed uid range is smaller then rangesize, "
|
||||
"increase uid range or decrease rangesize\n"));
|
||||
DEBUG(1, ("Allowed uid range is smaller than rangesize. "
|
||||
"Increase uid range or decrease rangesize.\n"));
|
||||
status = NT_STATUS_INVALID_PARAMETER;
|
||||
goto error;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user