1
0
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:
Stefan Metzmacher 2021-07-09 12:04:30 +02:00
parent acb724c8b3
commit 8c05c97943
2 changed files with 0 additions and 3 deletions

View File

@ -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,

View File

@ -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: