summaryrefslogtreecommitdiffstats
path: root/glib
diff options
context:
space:
mode:
Diffstat (limited to 'glib')
-rw-r--r--glib/test-dbus-glib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/glib/test-dbus-glib.c b/glib/test-dbus-glib.c
index ad147e50..085e856c 100644
--- a/glib/test-dbus-glib.c
+++ b/glib/test-dbus-glib.c
@@ -23,9 +23,6 @@ main (int argc, char **argv)
dbus_connection_hookup_with_g_main (connection);
message = dbus_message_new ("org.freedesktop.DBus", "org.freedesktop.DBus.Hello");
- dbus_message_append_fields (message,
- DBUS_TYPE_STRING, "glib-test",
- 0);
reply = dbus_connection_send_message_with_reply_and_block (connection, message, -1, &result);
g_print ("reply name: %s\n", dbus_message_get_name (reply));