[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Mon Apr 24 14:14:01 UTC 2023


The branch, master has been updated
       via  eafcef18584 s3:locking: fix debug level for NT_STATUS_NOT_FOUND messanges in get_static_share_mode_data
      from  24dd45613a6 python:tests: Skip the source_chars test if not a git dir

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


- Log -----------------------------------------------------------------
commit eafcef18584c264dc68dd95fbd8aa39218199446
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon Apr 24 15:08:42 2023 +0200

    s3:locking: fix debug level for NT_STATUS_NOT_FOUND messanges in get_static_share_mode_data
    
    BUG: https://bugzilla.samba.org/show_bug.cgi?id=15362
    
    Signed-off-by: Stefan Metzmacher <metze at samba.org>
    Reviewed-by: Björn Jacke <bjacke at samba.org>
    
    Autobuild-User(master): Stefan Metzmacher <metze at samba.org>
    Autobuild-Date(master): Mon Apr 24 14:13:35 UTC 2023 on atb-devel-224

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

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


Changeset truncated at 500 lines:

diff --git a/source3/locking/share_mode_lock.c b/source3/locking/share_mode_lock.c
index 09a02853511..3fc7d56562a 100644
--- a/source3/locking/share_mode_lock.c
+++ b/source3/locking/share_mode_lock.c
@@ -885,7 +885,7 @@ static NTSTATUS get_static_share_mode_data(
 		return status;
 	}
 	if (!NT_STATUS_IS_OK(state.status)) {
-		DBG_GET_SHARE_MODE_LOCK(status,
+		DBG_GET_SHARE_MODE_LOCK(state.status,
 			"get_static_share_mode_data_fn failed: %s\n",
 			nt_errstr(state.status));
 		return state.status;


-- 
Samba Shared Repository



More information about the samba-cvs mailing list