mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +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;
|
config->rangesize;
|
||||||
|
|
||||||
if (config->maxranges == 0) {
|
if (config->maxranges == 0) {
|
||||||
DEBUG(1, ("allowed uid range is smaller then rangesize, "
|
DEBUG(1, ("Allowed uid range is smaller than rangesize. "
|
||||||
"increase uid range or decrease rangesize\n"));
|
"Increase uid range or decrease rangesize.\n"));
|
||||||
status = NT_STATUS_INVALID_PARAMETER;
|
status = NT_STATUS_INVALID_PARAMETER;
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user