might be nice if my patches compiled...
authorHavoc Pennington <hp@redhat.com>
Mon, 23 Aug 2004 04:33:53 +0000 (04:33 +0000)
committerHavoc Pennington <hp@redhat.com>
Mon, 23 Aug 2004 04:33:53 +0000 (04:33 +0000)
dbus/dbus-sysdeps.c

index 9099bf62a7f86e0d647058c0be9de4522d06816a..e5d4bdba66580c2f58b57d1d4877550137f97ae7 100644 (file)
@@ -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