[Telepathy-commits] [telepathy-salut/master] Remove uneeded initialization

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 25 03:59:23 PST 2008


---
 src/salut-tubes-manager.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/salut-tubes-manager.c b/src/salut-tubes-manager.c
index f899ded..3afdabb 100644
--- a/src/salut-tubes-manager.c
+++ b/src/salut-tubes-manager.c
@@ -295,10 +295,10 @@ iq_tube_request_cb (SalutXmppConnectionManager *xcm,
   GibberXmppStanza *reply;
 
   /* tube informations */
-  const gchar *service = NULL;
-  TpTubeType tube_type = TP_TUBE_TYPE_DBUS;
+  const gchar *service;
+  TpTubeType tube_type;
   TpHandle initiator_handle;
-  GHashTable *parameters = NULL;
+  GHashTable *parameters;
   guint tube_id;
   guint portnum = 0;
   gboolean close;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list