mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-06 05:56:16 -04:00
fixed bug caused by shadowing a variable
This commit is contained in:
parent
6919711f48
commit
9c7edffc21
@ -1251,7 +1251,7 @@ int AuthSSLimpl::VerifyX509Callback(int /*preverify_ok*/, X509_STORE_CTX* ctx)
|
||||
RsPeerDetails det;
|
||||
|
||||
if(rsPeers->getPeerDetails(sslId,det))
|
||||
bool isSslOnlyFriend = det.skip_pgp_signature_validation;
|
||||
isSslOnlyFriend = det.skip_pgp_signature_validation;
|
||||
|
||||
if(det.skip_pgp_signature_validation && det.gpg_id != pgpId)// in the future, we should compare fingerprints instead
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user