[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Mon Oct 21 01:27:02 UTC 2019


The branch, master has been updated
       via  5216fd22872 smbstatus: fix column length for DenyMode
       via  7b1466cc1e0 smbstatus: use display print function
      from  c1349c44d94 s3:waf: Remove check for fdatasync

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


- Log -----------------------------------------------------------------
commit 5216fd2287260eeb4864a465121ff7870896e697
Author: Christian Schulz <chris at schocktools.de>
Date:   Mon Oct 14 15:27:36 2019 +0200

    smbstatus: fix column length for DenyMode
    
    Signed-off-by: Christian Schulz <chris at schocktools.de>
    Reviewed-by: Ralph Böhme <slow at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Mon Oct 21 01:26:29 UTC 2019 on sn-devel-184

commit 7b1466cc1e0c25930ca4f8296b31f33e3a7cce2f
Author: Christian Schulz <chris at schocktools.de>
Date:   Mon Oct 14 15:24:20 2019 +0200

    smbstatus: use display print function
    
    Signed-off-by: Christian Schulz <chris at schocktools.de>
    Reviewed-by: Ralph Böhme <slow at samba.org>
    Reviewed-by: Jeremy Allison <jra at samba.org>

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

Summary of changes:
 source3/utils/status.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/status.c b/source3/utils/status.c
index f23f6150399..e60f9034688 100644
--- a/source3/utils/status.c
+++ b/source3/utils/status.c
@@ -156,8 +156,8 @@ static int print_share_mode(struct file_id fid,
 			case DENY_ALL:  d_printf("DENY_ALL   "); break;
 			case DENY_DOS:  d_printf("DENY_DOS   "); break;
 			case DENY_READ: d_printf("DENY_READ  "); break;
-			case DENY_WRITE:printf("DENY_WRITE "); break;
-			case DENY_FCB:  d_printf("DENY_FCB "); break;
+			case DENY_WRITE:d_printf("DENY_WRITE "); break;
+			case DENY_FCB:  d_printf("DENY_FCB   "); break;
 			default: {
 				d_printf("unknown-please report ! "
 					 "e->share_access = 0x%x, "


-- 
Samba Shared Repository



More information about the samba-cvs mailing list