1
0
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:
Andrew Tridgell 2008-09-24 17:34:58 -07:00
parent 59847fd6b6
commit 63685c7d02

View File

@ -386,6 +386,8 @@ struct smbsrv_connection {
struct loadparm_context *lp_ctx;
bool smb2_signing_required;
uint64_t highest_smb2_seqnum;
};
struct model_ops;