diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-11-19 14:01:25 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-20 15:10:08 +0100 |
commit | d3ded49b06bcba690eeabfdb97a004d700fdfe5e (patch) | |
tree | 7930d8d06831450f724691b1066dba936fc03abc /lib | |
parent | 6d2958163746058f0400998cd1ff070ae80b206d (diff) | |
download | samba-d3ded49b06bcba690eeabfdb97a004d700fdfe5e.tar.gz samba-d3ded49b06bcba690eeabfdb97a004d700fdfe5e.tar.bz2 samba-d3ded49b06bcba690eeabfdb97a004d700fdfe5e.zip |
lib/param: add "SMB2_22" to enum_protocol
metze
Diffstat (limited to 'lib')
-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 cdc5b5eff6..9307a0c650 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_22, "SMB2_22"}, {PROTOCOL_SMB2_10, "SMB2_10"}, {PROTOCOL_SMB2_02, "SMB2_02"}, {PROTOCOL_NT1, "NT1"}, |