The branch, master has been updated
       via  7009fb1a10c s3:utils: Fix missing space in testparm output
      from  fb175576b69 third_party: Update waf to verison 2.0.23

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 7009fb1a10c579262dfa62894ea674197fcee354
Author: Andreas Schneider <a...@samba.org>
Date:   Mon Feb 21 14:34:06 2022 +0100

    s3:utils: Fix missing space in testparm output
    
    Signed-off-by: Andreas Schneider <a...@samba.org>
    Reviewed-by: Alexander Bokovoy <a...@samba.org>
    
    Autobuild-User(master): Andreas Schneider <a...@cryptomilk.org>
    Autobuild-Date(master): Mon Feb 21 15:03:24 UTC 2022 on sn-devel-184

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/testparm.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


Changeset truncated at 500 lines:

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;
 }
-


-- 
Samba Shared Repository

Reply via email to