summaryrefslogtreecommitdiff
path: root/unit
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-06-28 11:20:54 -0300
committerMarcel Holtmann <marcel@holtmann.org>2012-06-30 10:36:49 +0200
commita5f8716fecec6036f92e3c6d4762f0e6c230fce6 (patch)
tree1e79c9cfb9aaaaceb0046165130bb381f09dca04 /unit
parent917b1892bd2d47d6113bcfa1b7e1b24ccaa3443a (diff)
downloadconnman-a5f8716fecec6036f92e3c6d4762f0e6c230fce6.tar.gz
connman-a5f8716fecec6036f92e3c6d4762f0e6c230fce6.tar.bz2
connman-a5f8716fecec6036f92e3c6d4762f0e6c230fce6.zip
unit: Watch for signals only on CONNMAN_SERVICE
Diffstat (limited to 'unit')
-rw-r--r--unit/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit/utils.c b/unit/utils.c
index 6ff1c710..758528aa 100644
--- a/unit/utils.c
+++ b/unit/utils.c
@@ -137,7 +137,7 @@ void util_setup(struct test_fix *fix, gconstpointer data)
connman_died,
NULL, NULL);
fix->manager_watch = g_dbus_add_signal_watch(fix->main_connection,
- NULL, NULL,
+ CONNMAN_SERVICE, NULL,
CONNMAN_MANAGER_INTERFACE,
PROPERTY_CHANGED,
handle_manager_changed,