Empathy trivial Hard code freeze exception request:



Hey,

A contributor submit a one line patch fixing a gcc warning and
potentially fixing a bug. Ok to merge?

https://bugzilla.gnome.org/show_bug.cgi?id=646691

	G.

-- 
Guillaume Desmottes <gdesmott gnome org>
Jabber <cassidy jabber belnet be>
GPG 1024D/711E31B1 | 1B5A 1BA8 11AA F0F1 2169  E28A AC55 8671 711E 31B1
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c
index 47a5433..265f348 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");


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