mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
libcli/smb/smbXcli: remove unused if statement from smb2cli_conn_dispatch_incoming()
metze
This commit is contained in:
parent
b7684f2ac6
commit
910251e8ed
@ -3002,9 +3002,7 @@ static NTSTATUS smb2cli_conn_dispatch_incoming(struct smbXcli_conn *conn,
|
||||
* propagate the NT_STATUS_USER_SESSION_DELETED
|
||||
* status to the caller.
|
||||
*/
|
||||
if (signing_key) {
|
||||
signing_key = NULL;
|
||||
}
|
||||
signing_key = NULL;
|
||||
}
|
||||
|
||||
if (NT_STATUS_EQUAL(status, NT_STATUS_NETWORK_NAME_DELETED) ||
|
||||
|
Loading…
Reference in New Issue
Block a user