summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-sysdeps.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-08-23 04:33:53 +0000
committerHavoc Pennington <hp@redhat.com>2004-08-23 04:33:53 +0000
commita7291aee0e12b9b6abe90f835ef9cb3e158a96c4 (patch)
treee36c80ccd8aa4d831930be72b1acc80b1d79ff65 /dbus/dbus-sysdeps.c
parentbd4db6455bb15770392213b6283ced4158f48ccd (diff)
might be nice if my patches compiled...
Diffstat (limited to 'dbus/dbus-sysdeps.c')
-rw-r--r--dbus/dbus-sysdeps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c
index 9099bf62..e5d4bdba 100644
--- a/dbus/dbus-sysdeps.c
+++ b/dbus/dbus-sysdeps.c
@@ -3288,8 +3288,8 @@ _dbus_change_identity (dbus_uid_t uid,
* is going to work then setgroups() should also work.
*/
if (setgroups (0, NULL) < 0)
- dbus_warn ("Failed to drop supplementary groups: %s\n",
- _dbus_strerror (errno));
+ _dbus_warn ("Failed to drop supplementary groups: %s\n",
+ _dbus_strerror (errno));
/* Set GID first, or the setuid may remove our permission
* to change the GID