summaryrefslogtreecommitdiffstats
path: root/test/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/watch.c')
-rw-r--r--test/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/watch.c b/test/watch.c
index 4387a9d6..f9b8b8d9 100644
--- a/test/watch.c
+++ b/test/watch.c
@@ -148,7 +148,7 @@ check_messages (void)
printf ("Received message %d, sending reply\n", count);
- reply = dbus_message_new ();
+ reply = dbus_message_new ("org.freedesktop.DBus.Test", "org.freedesktop.DBus.Test");
dbus_connection_send_message (connection,
reply,
NULL);