From 15c60238853f2896738c23b53e574b5d9cae1635 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 11 Sep 2006 17:41:21 +0000 Subject: * remove a bunch of todo items from the 1.0 list --- dbus/dbus-server.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'dbus/dbus-server.c') diff --git a/dbus/dbus-server.c b/dbus/dbus-server.c index 63e6b268..d9c7f028 100644 --- a/dbus/dbus-server.c +++ b/dbus/dbus-server.c @@ -558,13 +558,6 @@ dbus_server_listen (const char *address, goto out; } - /* FIXME 1.0 - we will unconditionally unlink() the path if - * we don't support abstract namespace. unlink() does - * not follow symlinks, but would like independent - * confirmation this is safe enough. See also - * _dbus_listen_unix_socket() and comments therein. - */ - /* Always use abstract namespace if possible with tmpdir */ server = -- cgit