mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-14 08:59:50 -05:00
Merge pull request #2162 from PhenomRetroShare/Fix_FriendReqToaster
Fix Friend Request Toaster
This commit is contained in:
commit
a53acee787
@ -1368,6 +1368,9 @@ int AuthSSLimpl::VerifyX509Callback(int /*preverify_ok*/, X509_STORE_CTX* ctx)
|
||||
rsEvents->postEvent(std::move(ev));
|
||||
}
|
||||
|
||||
if (auth_diagnostic == RS_SSL_HANDSHAKE_DIAGNOSTIC_ISSUER_UNKNOWN)
|
||||
RsServer::notify()->AddPopupMessage(RS_POPUP_CONNECT_ATTEMPT, pgpId.toStdString(), sslCn, sslId.toStdString()); /* notify Connect Attempt */
|
||||
|
||||
return verificationFailed;
|
||||
}
|
||||
#ifdef AUTHSSL_DEBUG
|
||||
@ -1392,6 +1395,8 @@ int AuthSSLimpl::VerifyX509Callback(int /*preverify_ok*/, X509_STORE_CTX* ctx)
|
||||
rsEvents->postEvent(std::move(ev));
|
||||
}
|
||||
|
||||
RsServer::notify()->AddPopupMessage(RS_POPUP_CONNECT_ATTEMPT, pgpId.toStdString(), sslCn, sslId.toStdString()); /* notify Connect Attempt */
|
||||
|
||||
return verificationFailed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user