[tracker/rss-enclosures] tracker-miner-fs: Fix use of uninitialized variable



commit e508f39e4580af7bdfe2983010c8f9bdf4ecbf7a
Author: Jürg Billeter <j bitron ch>
Date:   Fri Sep 17 11:27:56 2010 +0200

    tracker-miner-fs: Fix use of uninitialized variable

 src/miners/fs/tracker-dbus.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/miners/fs/tracker-dbus.c b/src/miners/fs/tracker-dbus.c
index 382f8ef..8688e7f 100644
--- a/src/miners/fs/tracker-dbus.c
+++ b/src/miners/fs/tracker-dbus.c
@@ -87,11 +87,6 @@ dbus_register_names (void)
 		return FALSE;
 	}
 
-	if (gproxy) {
-		g_critical ("The DBusGProxy is already set, have we already initialized?");
-		return FALSE;
-	}
-
 	connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
 
 	if (!connection) {



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