Revert "libcli:smb: Fix signing with multichannel"
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Jun 2019 15:47:33 +0000 (17:47 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 12 Jun 2019 12:42:26 +0000 (12:42 +0000)
This reverts commit 1817db965dc0caf55e4308fa4d9203ab4381dc90.

This was pushed to fast, the corrected commit follows.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
libcli/smb/smbXcli_base.c

index e916a17e07a642ab0f22ac8a6dae305937873157..a82146a60f4f839778fff9a91d4a80f75f5999a8 100644 (file)
@@ -3282,8 +3282,7 @@ skip_credits:
                         * If it is a channel binding, we already have the main
                         * signing key and try that one.
                         */
-                       if (signing_key != NULL &&
-                           !smb2_signing_key_valid(signing_key)) {
+                       if (!smb2_signing_key_valid(signing_key)) {
                                signing_key = state->session->smb2->signing_key;
                        }
 
@@ -3291,8 +3290,7 @@ skip_credits:
                         * If we do not have any session key yet, we skip the
                         * signing of SMB2_OP_SESSSETUP requests.
                         */
-                       if (signing_key != NULL &&
-                           !smb2_signing_key_valid(signing_key)) {
+                       if (!smb2_signing_key_valid(signing_key)) {
                                signing_key = NULL;
                        }
                }
@@ -3791,14 +3789,12 @@ static NTSTATUS smb2cli_conn_dispatch_incoming(struct smbXcli_conn *conn,
                         * we try the main signing key, if it is not
                         * the final response.
                         */
-                       if (signing_key != NULL &&
-                           !smb2_signing_key_valid(signing_key) &&
+                       if (!smb2_signing_key_valid(signing_key) &&
                            !NT_STATUS_IS_OK(status)) {
                                signing_key = session->smb2->signing_key;
                        }
 
-                       if (signing_key != NULL &&
-                           !smb2_signing_key_valid(signing_key)) {
+                       if (!smb2_signing_key_valid(signing_key)) {
                                /*
                                 * If we do not have a session key to
                                 * verify the signature, we defer the