summaryrefslogtreecommitdiffstats
path: root/bus/connection.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-09-11 17:41:21 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-09-11 17:41:21 +0000
commit15c60238853f2896738c23b53e574b5d9cae1635 (patch)
treeda76c64f70c5d51bfb477cb02cca30dd534f9b0c /bus/connection.c
parent9cfb902807e2b568a27227fb11d757ac5cdb3aae (diff)
* remove a bunch of todo items from the 1.0 list
Diffstat (limited to 'bus/connection.c')
-rw-r--r--bus/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/connection.c b/bus/connection.c
index d05b7756..a7f3c1e9 100644
--- a/bus/connection.c
+++ b/bus/connection.c
@@ -183,12 +183,12 @@ bus_connection_disconnected (DBusConnection *connection)
bus_matchmaker_disconnected (matchmaker, connection);
}
- /* Drop any service ownership. FIXME 1.0? Unfortunately, this requires
+ /* Drop any service ownership. Unfortunately, this requires
* memory allocation and there doesn't seem to be a good way to
* handle it other than sleeping; we can't "fail" the operation of
* disconnecting a client, and preallocating a broadcast "service is
* now gone" message for every client-service pair seems kind of
- * involved. Probably we need to do that though.
+ * involved.
*/
while ((service = _dbus_list_get_last (&d->services_owned)))
{