mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:smbd: make use of ENCRYPTION_REQUIRED()
metze
This commit is contained in:
parent
abf018e8b6
commit
8b3da9a1f4
@ -8506,7 +8506,7 @@ static void handle_trans2(connection_struct *conn, struct smb_request *req,
|
||||
SSVAL((discard_const_p(uint8_t, req->inbuf)),smb_flg2,req->flags2);
|
||||
}
|
||||
|
||||
if (conn->encrypt_level == Required && !req->encrypted) {
|
||||
if (ENCRYPTION_REQUIRED(conn) && !req->encrypted) {
|
||||
if (state->call != TRANSACT2_QFSINFO &&
|
||||
state->call != TRANSACT2_SETFSINFO) {
|
||||
DEBUG(0,("handle_trans2: encryption required "
|
||||
|
Loading…
Reference in New Issue
Block a user