[empathy] libempathy: Complete successful verification properly.



commit eb0e10eba858ed194ec5a6bb63670ed80245a76b
Author: Stef Walter <stefw collabora co uk>
Date:   Fri Dec 10 03:48:13 2010 +0000

    libempathy: Complete successful verification properly.
    
    Complete TLS verification properly in TLS verifier.

 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 386e3ce..f52a6a8 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) */
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]