diff options
Diffstat (limited to 'libempathy/empathy-tls-verifier.c')
-rw-r--r-- | libempathy/empathy-tls-verifier.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index 386e3ce7a..f52a6a8cb 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -381,6 +381,7 @@ perform_verification (EmpathyTLSVerifier *self) } DEBUG ("Hostname matched"); + complete_verification (self); /* TODO: And here is where we check negative trust (ie: revocation) */ |