Browse Source

Correcting logging of GSSAPI settings

(see d8792e48)

Source commit: 82604c22d73d563286ad58de2e7a34f5cedb49b9
Martin Prikryl 5 years ago
parent
commit
6a70f0cafd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/core/SessionInfo.cpp

+ 1 - 1
source/core/SessionInfo.cpp

@@ -1271,7 +1271,7 @@ void __fastcall TSessionLog::DoAddStartupInfo(TSessionData * Data)
          BooleanToEngStr(Data->AuthKI), BooleanToEngStr(Data->AuthGSSAPI)));
       if (Data->AuthGSSAPI)
       {
-        ADF(L"GSSAPI: KEX: Forwarding: %s; Libs: %s; Custom: %s",
+        ADF(L"GSSAPI: KEX: %s; Forwarding: %s; Libs: %s; Custom: %s",
           (BooleanToEngStr(Data->AuthGSSAPIKEX), BooleanToEngStr(Data->GSSAPIFwdTGT), Data->GssLibList, Data->GssLibCustom));
       }
       ADF(L"Ciphers: %s; Ssh2DES: %s",