mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
libcli/smb: remove unused PROTOCOL_SMB2_22 definition
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
acb724c8b3
commit
8c05c97943
@ -88,7 +88,6 @@ enum protocol_types {
|
||||
PROTOCOL_NT1,
|
||||
PROTOCOL_SMB2_02,
|
||||
PROTOCOL_SMB2_10,
|
||||
PROTOCOL_SMB2_22,
|
||||
PROTOCOL_SMB2_24,
|
||||
PROTOCOL_SMB3_00,
|
||||
PROTOCOL_SMB3_02,
|
||||
|
@ -45,8 +45,6 @@ const char *smb_protocol_types_string(enum protocol_types protocol)
|
||||
return "SMB2_02";
|
||||
case PROTOCOL_SMB2_10:
|
||||
return "SMB2_10";
|
||||
case PROTOCOL_SMB2_22:
|
||||
return "SMB2_22";
|
||||
case PROTOCOL_SMB2_24:
|
||||
return "SMB2_24";
|
||||
case PROTOCOL_SMB3_00:
|
||||
|
Loading…
Reference in New Issue
Block a user