[SCM] Samba Shared Repository - branch master updated

Andreas Schneider asn at samba.org
Tue Jan 19 16:16:02 UTC 2021


The branch, master has been updated
       via  6fd557974bf libcli:smb: Fix a typo in a debug message
      from  009b52650d0 vfs: update status of SMB_VFS_SYMLINKAT()

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


- Log -----------------------------------------------------------------
commit 6fd557974bf4b12aea67faffa104e2a67a85e3df
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Jan 19 15:50:24 2021 +0100

    libcli:smb: Fix a typo in a debug message
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>
    
    Autobuild-User(master): Andreas Schneider <asn at cryptomilk.org>
    Autobuild-Date(master): Tue Jan 19 16:15:21 UTC 2021 on sn-devel-184

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

Summary of changes:
 libcli/smb/smb2_signing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/libcli/smb/smb2_signing.c b/libcli/smb/smb2_signing.c
index b1e0253948f..d036fd95918 100644
--- a/libcli/smb/smb2_signing.c
+++ b/libcli/smb/smb2_signing.c
@@ -578,7 +578,7 @@ NTSTATUS smb2_signing_encrypt_pdu(struct smb2_signing_key *encryption_key,
 	}
 #endif /* HAVE_GNUTLS_AEAD_CIPHER_ENCRYPTV2 */
 
-	DBG_INFO("Enencrypted SMB2 message\n");
+	DBG_INFO("Encrypted SMB2 message\n");
 
 	status = NT_STATUS_OK;
 out:


-- 
Samba Shared Repository



More information about the samba-cvs mailing list