[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Fri Sep 22 03:45:02 UTC 2017


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 <richard.sharpe at primarydata.com>
Date:   Tue Sep 19 12:31:55 2017 -0700

    s3: Fix a small spelling mistake in smbcacls.
    
    Signed-off-by: Richard Sharpe <realrichardsharpe at gmail.com>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    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



More information about the samba-cvs mailing list