Do not retrieve credential information from the wrong side of the connection.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61787
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Ralf Habacker 2013-03-08 10:44:30 +01:00
parent e53229e42c
commit 73df9770b3

View file

@ -1695,8 +1695,7 @@ _dbus_read_credentials_socket (int handle,
_dbus_string_free(&buf);
}
_dbus_credentials_add_from_current_process (credentials);
_dbus_verbose("FIXME: get faked credentials from current process");
_dbus_verbose("FIXME: fetch credentials from client connection\n");
return TRUE;
}