]> git.0d.be Git - empathy.git/commitdiff
libempathy: Complete successful verification properly.
authorStef Walter <stefw@collabora.co.uk>
Fri, 10 Dec 2010 03:48:13 +0000 (03:48 +0000)
committerStef Walter <stefw@collabora.co.uk>
Fri, 24 Dec 2010 13:40:02 +0000 (07:40 -0600)
Complete TLS verification properly in TLS verifier.

libempathy/empathy-tls-verifier.c

index 386e3ce7a61242a87f420cf002348a3ca83cbf13..f52a6a8cb0e16d28a70549450a97157ee330ed8c 100644 (file)
@@ -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) */