[tracker/harmattan-pre-signal-updates: 1363/1380] tracker-miner-fs: Fix use of uninitialized variable
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/harmattan-pre-signal-updates: 1363/1380] tracker-miner-fs: Fix use of uninitialized variable
- Date: Wed, 22 Sep 2010 15:48:52 +0000 (UTC)
commit 981fb2fb651f41c932040b5ca44e69094f4e2ba4
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]