]> git.0d.be Git - empathy.git/commitdiff
Initialize matched to FALSE to stop -Wall breaking the build (and potentially avoid...
authorDanilo Segan <danilo@gnome.org>
Mon, 4 Apr 2011 11:09:16 +0000 (13:09 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 4 Apr 2011 11:12:16 +0000 (13:12 +0200)
Fixes bug #646691

libempathy/empathy-tls-verifier.c

index 47a54333c901c034a19264d94a9513994bb01e42..265f34843f4451e70e469d64bd03d7009b871b97 100644 (file)
@@ -258,7 +258,7 @@ perform_verification (EmpathyTLSVerifier *self,
   guint verify_output;
   gint res;
   gint i;
-  gboolean matched;
+  gboolean matched = FALSE;
   EmpathyTLSVerifierPriv *priv = GET_PRIV (self);
 
   DEBUG ("Performing verification");