1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

lib/param: add support for "SMB2_24" in smb.conf options

metze
This commit is contained in:
Stefan Metzmacher 2011-12-22 13:12:24 +01:00
parent 460fc521cf
commit d855e77c69

View File

@ -29,6 +29,7 @@
static const struct enum_list enum_protocol[] = {
{PROTOCOL_SMB2_02, "SMB2"}, /* for now keep PROTOCOL_SMB2_02 */
{PROTOCOL_SMB2_24, "SMB2_24"},
{PROTOCOL_SMB2_22, "SMB2_22"},
{PROTOCOL_SMB2_10, "SMB2_10"},
{PROTOCOL_SMB2_02, "SMB2_02"},