The branch, master has been updated
       via  835f506 s3: Fix a small spelling mistake in smbcacls.
      from  75c152c auth3: Remove auth_domain

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


- Log -----------------------------------------------------------------
commit 835f5068e35e344e19066021f31501f898f8b106
Author: Richard Sharpe <[email protected]>
Date:   Tue Sep 19 12:31:55 2017 -0700

    s3: Fix a small spelling mistake in smbcacls.
    
    Signed-off-by: Richard Sharpe <[email protected]>
    Reviewed-by: Volker Lendecke <[email protected]>
    
    Autobuild-User(master): Volker Lendecke <[email protected]>
    Autobuild-Date(master): Fri Sep 22 05:44:09 CEST 2017 on sn-devel-144

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

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


Changeset truncated at 500 lines:

diff --git a/source3/utils/smbcacls.c b/source3/utils/smbcacls.c
index 6bf32e5..c42a188 100644
--- a/source3/utils/smbcacls.c
+++ b/source3/utils/smbcacls.c
@@ -349,7 +349,7 @@ static bool set_secdesc(struct cli_state *cli, const char 
*filename,
 
        status = cli_set_security_descriptor(cli, fnum, sec_info, sd);
        if (!NT_STATUS_IS_OK(status)) {
-               printf("ERROR: security description set failed: %s\n",
+               printf("ERROR: security descriptor set failed: %s\n",
                        nt_errstr(status));
                result=false;
        }


-- 
Samba Shared Repository

Reply via email to