[Telepathy-commits] [telepathy-mission-control/master] Dispatcher: remove uneeded initialisation
Alban Crequy
alban.crequy at collabora.co.uk
Wed Nov 19 07:03:21 PST 2008
---
src/mcd-dispatcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index 38b7bbb..3192edf 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -1994,7 +1994,7 @@ create_mcd_client (McdDispatcher *self, const gchar *name)
const gchar *dirname;
McdClient *client;
gchar *filename;
- GKeyFile *file = NULL;
+ GKeyFile *file;
gboolean file_found = FALSE;
g_assert (strncmp (MCD_IFACE_CLIENT ".", name,
--
1.5.6.5
More information about the Telepathy-commits
mailing list