mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 01:18:13 +02:00
Removed --certificate-fingerprint argument #4522
Used profile dir for fingerprint file path instead
This commit is contained in:
parent
6580ad0015
commit
407f92e9d4
6 changed files with 20 additions and 20 deletions
|
@ -161,7 +161,6 @@ Client::connect()
|
|||
// create the socket
|
||||
IDataSocket* socket = m_socketFactory->create(m_useSecureNetwork);
|
||||
m_socket = dynamic_cast<TCPSocket*>(socket);
|
||||
m_socket->setFingerprintFilename(m_args.m_certFingerprintFilename);
|
||||
|
||||
// filter socket messages, including a packetizing filter
|
||||
m_stream = socket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue