summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps-util-unix.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 /dbus/dbus-sysdeps-util-unix.c
parent9cfb902807e2b568a27227fb11d757ac5cdb3aae (diff)
* remove a bunch of todo items from the 1.0 list
Diffstat (limited to 'dbus/dbus-sysdeps-util-unix.c')
-rw-r--r--dbus/dbus-sysdeps-util-unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-sysdeps-util-unix.c b/dbus/dbus-sysdeps-util-unix.c
index 0c57379a..981d4e3e 100644
--- a/dbus/dbus-sysdeps-util-unix.c
+++ b/dbus/dbus-sysdeps-util-unix.c
@@ -252,7 +252,8 @@ _dbus_change_identity (dbus_uid_t uid,
/* setgroups() only works if we are a privileged process,
* so we don't return error on failure; the only possible
* failure is that we don't have perms to do it.
- * FIXME 1.0 not sure this is right, maybe if setuid()
+ *
+ * not sure this is right, maybe if setuid()
* is going to work then setgroups() should also work.
*/
if (setgroups (0, NULL) < 0)