1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r23611: Fix typo in error message.

(This used to be commit 8ee76e4384)
This commit is contained in:
James Peach 2007-06-26 18:18:44 +00:00 committed by Gerald (Jerry) Carter
parent 7c48598e86
commit d30d4383c2

View File

@ -79,7 +79,7 @@ static NTSTATUS idmap_rid_initialize(struct idmap_domain *dom)
if (lp_idmap_gid(&low_gid, &high_gid)) {
if ((ctx->low_id != low_gid) ||
(ctx->high_id != high_uid)) {
DEBUG(1, ("ERROR: idmap uid irange must match idmap gid range\n"));
DEBUG(1, ("ERROR: idmap uid range must match idmap gid range\n"));
ret = NT_STATUS_UNSUCCESSFUL;
goto failed;
}