From de3dbb6817d90c0eee7207fc5b69e53e7e72200a Mon Sep 17 00:00:00 2001 From: Danilo Segan Date: Mon, 4 Apr 2011 13:09:16 +0200 Subject: Initialize matched to FALSE to stop -Wall breaking the build (and potentially avoid a hard-to-track bug) Fixes bug #646691 --- libempathy/empathy-tls-verifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c index 47a54333c..265f34843 100644 --- a/libempathy/empathy-tls-verifier.c +++ b/libempathy/empathy-tls-verifier.c @@ -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"); -- cgit v1.2.3