diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-12-22 13:12:24 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-12-22 15:58:46 +0100 |
commit | d855e77c699cc8cc0c0ef552df5d88f39e277c8c (patch) | |
tree | f841bb9ef3c078a09ae133ef5550e651893b277f | |
parent | 460fc521cfd15b81dfc1e1ede01043c13d9b2ee7 (diff) | |
download | samba-d855e77c699cc8cc0c0ef552df5d88f39e277c8c.tar.gz samba-d855e77c699cc8cc0c0ef552df5d88f39e277c8c.tar.bz2 samba-d855e77c699cc8cc0c0ef552df5d88f39e277c8c.zip |
lib/param: add support for "SMB2_24" in smb.conf options
metze
-rw-r--r-- | lib/param/param_enums.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/param_enums.c b/lib/param/param_enums.c index d30458fa5d..606520828c 100644 --- a/lib/param/param_enums.c +++ b/lib/param/param_enums.c @@ -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"}, |