summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-02-21 14:34:06 +0100
committerAndreas Schneider <asn@cryptomilk.org>2022-02-21 15:03:24 +0000
commit7009fb1a10c579262dfa62894ea674197fcee354 (patch)
tree2e9e0e5e00135607b26b7f785961141a17302842
parentfb175576b698f43224dab815fd6c0763a12db2b2 (diff)
downloadsamba-7009fb1a10c579262dfa62894ea674197fcee354.tar.gz
s3:utils: Fix missing space in testparm output
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Feb 21 15:03:24 UTC 2022 on sn-devel-184
-rw-r--r--source3/utils/testparm.c3
1 files changed, 1 insertions, 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;
}
-