The branch, master has been updated
       via  25a6e1c8e75 libsmb: use more precise error status
      from  aac22d9ebab s3:passdb: ENCTYPE_DES_CBC_MD5 is not longer used in 
secrets_domain_info_kerberos_keys()

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


- Log -----------------------------------------------------------------
commit 25a6e1c8e75cdea9c7d4d72a6b7f50ca643a9505
Author: Jule Anger <jan...@samba.org>
Date:   Fri Sep 6 10:49:08 2024 +0200

    libsmb: use more precise error status
    
    NO_MEMORY is the only possible error.
    
    Pair-Programmed-With: Volker Lendecke <v...@samba.org>
    Signed-off-by: Jule Anger <jan...@samba.org>
    Reviewed-by: Volker Lendecke <v...@samba.org>
    
    Autobuild-User(master): Volker Lendecke <v...@samba.org>
    Autobuild-Date(master): Tue Oct  1 08:15:35 UTC 2024 on atb-devel-224

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

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


Changeset truncated at 500 lines:

diff --git a/source3/libsmb/cli_smb2_fnum.c b/source3/libsmb/cli_smb2_fnum.c
index e65de62cd52..b8c2e9a8acb 100644
--- a/source3/libsmb/cli_smb2_fnum.c
+++ b/source3/libsmb/cli_smb2_fnum.c
@@ -3005,7 +3005,7 @@ NTSTATUS cli_smb2_query_mxac(struct cli_state *cli,
        TALLOC_CTX *frame = talloc_stackframe();
        struct tevent_context *ev = NULL;
        struct tevent_req *req = NULL;
-       NTSTATUS status = NT_STATUS_INTERNAL_ERROR;
+       NTSTATUS status = NT_STATUS_NO_MEMORY;
        bool ok;
 
        if (smbXcli_conn_has_async_calls(cli->conn)) {


-- 
Samba Shared Repository

Reply via email to