[SCM] Samba Shared Repository - branch v4-18-test updated

Jule Anger janger at samba.org
Tue May 9 13:16:01 UTC 2023


The branch, v4-18-test has been updated
       via  128a80758fd s3:locking: fix debug level for NT_STATUS_NOT_FOUND messanges in get_static_share_mode_data
      from  1ace31bc878 dsgetdcname: do not assume local system uses IPv4

https://git.samba.org/?p=samba.git;a=shortlog;h=v4-18-test


- Log -----------------------------------------------------------------
commit 128a80758fd389333f2ab30981a5fe626d01e434
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
    
    (cherry picked from commit eafcef18584c264dc68dd95fbd8aa39218199446)
    
    Autobuild-User(v4-18-test): Jule Anger <janger at samba.org>
    Autobuild-Date(v4-18-test): Tue May  9 13:15:57 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