mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
record highest seq number in SMB2 to check for seqnum going backwards
This commit is contained in:
parent
59847fd6b6
commit
63685c7d02
@ -386,6 +386,8 @@ struct smbsrv_connection {
|
||||
struct loadparm_context *lp_ctx;
|
||||
|
||||
bool smb2_signing_required;
|
||||
|
||||
uint64_t highest_smb2_seqnum;
|
||||
};
|
||||
|
||||
struct model_ops;
|
||||
|
Loading…
x
Reference in New Issue
Block a user