[telepathy-gabble/master] add_search_result: no need to init the handle to 0 any more

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Aug 24 09:10:38 PDT 2009


---
 src/search-channel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/search-channel.c b/src/search-channel.c
index 0096fb5..f56d4ed 100644
--- a/src/search-channel.c
+++ b/src/search-channel.c
@@ -585,7 +585,7 @@ add_search_result (GabbleSearchChannel *chan,
 {
   GPtrArray *info = g_ptr_array_new ();
   gchar *jid, *first = NULL, *last = NULL;
-  TpHandle h = 0;
+  TpHandle h;
   GError *e = NULL;
   gpointer key, value;
   GHashTableIter iter;
-- 
1.5.6.5




More information about the telepathy-commits mailing list