From a38c3ac794754f658f2cbbd307fc932e050fc4fb Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Mon, 28 Oct 2013 14:54:00 -0600 Subject: [PATCH] Debug message fix for DEBUG_NLA --- libfreerdp/core/nego.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libfreerdp/core/nego.c b/libfreerdp/core/nego.c index 2e97d059d..448aff7bb 100644 --- a/libfreerdp/core/nego.c +++ b/libfreerdp/core/nego.c @@ -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" };