[Telepathy-commits] [telepathy-gabble/master] Unneeded initialisation
Pierre-Luc Beaudoin
pierre-luc.beaudoin at collabora.co.uk
Sun Feb 1 05:24:00 PST 2009
---
src/conn-location.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/conn-location.c b/src/conn-location.c
index a0164e6..73782d8 100644
--- a/src/conn-location.c
+++ b/src/conn-location.c
@@ -132,7 +132,7 @@ location_get_locations (GabbleSvcConnectionInterfaceLocation *iface,
{
guint contact = g_array_index (contacts, guint, i);
const gchar *jid = inspect_contact (base, contact);
- GHashTable *location = NULL;
+ GHashTable *location;
location = gabble_presence_cache_get_location (conn->presence_cache, contact);
if (location != NULL)
--
1.5.6.5
More information about the Telepathy-commits
mailing list