s4:param: make use of PROTOCOL_SMB2_02
authorStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:08:09 +0000 (13:08 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:17:33 +0000 (13:17 +0200)
metze

source4/param/loadparm.c

index 14cc479911a57531b10926c8e65440149ee48b73..c29097f420587197182ba44c9287a5fc49a5f6c2 100644 (file)
@@ -105,7 +105,8 @@ static bool handle_logfile(struct loadparm_context *lp_ctx, int unused,
                           const char *pszParmValue, char **ptr);
 
 static const struct enum_list enum_protocol[] = {
-       {PROTOCOL_SMB2, "SMB2"},
+       {PROTOCOL_SMB2_02, "SMB2"},
+       {PROTOCOL_SMB2_02, "SMB2_02"},
        {PROTOCOL_NT1, "NT1"},
        {PROTOCOL_LANMAN2, "LANMAN2"},
        {PROTOCOL_LANMAN1, "LANMAN1"},