From: Havoc Pennington Date: Mon, 23 Aug 2004 04:33:53 +0000 (+0000) Subject: might be nice if my patches compiled... X-Git-Tag: dbus-0.23~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7291aee0e12b9b6abe90f835ef9cb3e158a96c4;p=thirdparty%2Fdbus.git might be nice if my patches compiled... --- diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c index 9099bf62a..e5d4bdba6 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