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:
parent
41393579de
commit
b51b055fc4
@ -542,6 +542,8 @@ struct smbXsrv_connection {
|
||||
struct {
|
||||
uint8_t read_body_padding;
|
||||
} smbtorture;
|
||||
|
||||
bool signing_mandatory;
|
||||
} smb2;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user