[telepathy-glib/master] disconnection test: remove unused assignment
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Dec 1 12:44:13 PST 2009
---
tests/dbus/disconnection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/dbus/disconnection.c b/tests/dbus/disconnection.c
index 815f6aa..6da182f 100644
--- a/tests/dbus/disconnection.c
+++ b/tests/dbus/disconnection.c
@@ -309,7 +309,7 @@ main (int argc,
stub = g_object_new (stub_object_get_type (), NULL);
g_object_weak_ref (stub, h_stub_destroyed, &sc);
g_message ("Connecting signal to h");
- sc = tp_cli_dbus_daemon_connect_to_name_owner_changed (h, noc, PTR (TEST_H),
+ tp_cli_dbus_daemon_connect_to_name_owner_changed (h, noc, PTR (TEST_H),
destroy_user_data, stub, &error_out);
test_assert_no_error (error_out);
MYASSERT (!tp_intset_is_member (freed_user_data, TEST_H), "");
--
1.5.6.5
More information about the telepathy-commits
mailing list