mirror of
https://github.com/samba-team/samba.git
synced 2025-03-22 02:50:28 +03:00
smbd: Allow disabling SMB1 in struct smbXsrv_connection
Signed-off-by: David Mulder <dmulder@suse.com> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
630d946df8
commit
35b184b5e3
@ -387,6 +387,7 @@ struct smbXsrv_connection {
|
||||
struct smbd_smb2_send_queue *queue;
|
||||
} ack;
|
||||
|
||||
#if defined(WITH_SMB1SERVER)
|
||||
struct {
|
||||
struct {
|
||||
/*
|
||||
@ -452,6 +453,7 @@ struct smbXsrv_connection {
|
||||
|
||||
struct msg_state *msg_state;
|
||||
} smb1;
|
||||
#endif
|
||||
struct {
|
||||
struct smbd_smb2_request_read_state {
|
||||
struct smbd_smb2_request *req;
|
||||
|
Loading…
x
Reference in New Issue
Block a user