Explorar el Código

When a passphrase for a client certificate is not provided, the authentication continues.

Source commit: 4f56467e726b2a59741aa410b699c97d6a3c0d19
Martin Prikryl hace 9 años
padre
commit
c6ddd8d6ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      source/core/Terminal.cpp

+ 1 - 1
source/core/Terminal.cpp

@@ -5973,7 +5973,7 @@ bool __fastcall TTerminal::LoadTlsCertificate(X509 *& Certificate, EVP_PKEY *& P
         }
         else
         {
-          Abort();
+          Result = false;
         }
       }
     }