From 783d43acbde550ef36b629f361ec109b913b2497 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 21 Feb 2022 14:34:06 +0100 Subject: [PATCH] s3:utils: Fix missing space in testparm output BUG: https://bugzilla.samba.org/show_bug.cgi?id=15097 Signed-off-by: Andreas Schneider Reviewed-by: Alexander Bokovoy (cherry picked from commit 7009fb1a10c579262dfa62894ea674197fcee354) --- source3/utils/testparm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 58ba46bc15f..71bc4c2694e 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -195,7 +195,7 @@ static bool do_idmap_check(void) if (maxranges < 2) { fprintf(stderr, "ERROR: The idmap autorid range " - "[%u-%u] needs to be at least twice as" + "[%u-%u] needs to be at least twice as " "big as the rangesize [%u]!" "\n\n", c->low, @@ -954,4 +954,3 @@ done: TALLOC_FREE(frame); return ret; } - -- 2.36.1