hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Nov 26 13:23:56 PST 2007
hald/hald_dbus.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 7ec88b8d9190e57e2eb181a9b3c46646e4c8ad20
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Mon Nov 26 22:24:04 2007 +0100
fix compiler error, remove braceright
Fixed compiler errror because of single braceright from commit
26084ca9089d6d0b5c8952330244af70ddf58386.
diff --git a/hald/hald_dbus.c b/hald/hald_dbus.c
index c24b2c9..2498368 100644
--- a/hald/hald_dbus.c
+++ b/hald/hald_dbus.c
@@ -5203,7 +5203,6 @@ local_server_message_handler (DBusConnection *connection,
if (singletons)
g_hash_table_foreach_remove (singletons, (GHRFunc) singleton_remove_by_connection, connection);
- }
dbus_connection_unref (connection);
return DBUS_HANDLER_RESULT_HANDLED;
More information about the hal-commit
mailing list