Debug message fix for DEBUG_NLA

This commit is contained in:
Dan Bungert
2013-10-28 14:54:00 -06:00
parent c025042d07
commit a38c3ac794

View File

@@ -43,11 +43,16 @@ static const char* const NEGO_STATE_STRINGS[] =
"NEGO_STATE_FINAL"
};
static const char PROTOCOL_SECURITY_STRINGS[4][4] =
static const char PROTOCOL_SECURITY_STRINGS[9][4] =
{
"RDP",
"TLS",
"NLA",
"UNK",
"UNK",
"UNK",
"UNK",
"UNK",
"EXT"
};