From 3cc02e83c7f854e1a088cdc7c8ac53032fedf40d Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 11 May 2010 15:41:25 +0100 Subject: checking the sender: not a good idea --- modules/connman/evolution-connman.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/connman/evolution-connman.c') diff --git a/modules/connman/evolution-connman.c b/modules/connman/evolution-connman.c index 70befd2ed1..abf532f295 100644 --- a/modules/connman/evolution-connman.c +++ b/modules/connman/evolution-connman.c @@ -73,7 +73,6 @@ connman_monitor (DBusConnection *connection G_GNUC_UNUSED, if (!dbus_message_has_path (message, CM_DBUS_PATH) || !dbus_message_has_interface (message, CM_DBUS_INTERFACE) || - !dbus_message_has_sender (message, CM_DBUS_SERVICE) || !dbus_message_has_member (message, "StateChanged")) goto err_exit; -- cgit v1.2.3