1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-23 06:50:21 +03:00

s3: smbd: Add 'bool signing_mandatory' to struct smbXsrv_connection.smb2 component.

Not yet used.

Signed-off-by: Jeremy Allison <jra@samba.org>
Signed-off-by: David Mulder <dmulder@samba.org>
This commit is contained in:
Jeremy Allison 2022-03-07 18:09:40 -08:00 committed by David Mulder
parent 41393579de
commit b51b055fc4

View File

@ -542,6 +542,8 @@ struct smbXsrv_connection {
struct {
uint8_t read_body_padding;
} smbtorture;
bool signing_mandatory;
} smb2;
};