From 80f2a7c6973080eb9dbe56fde1a59dfdaaef6a8b Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 8 Mar 2013 10:44:30 +0100 Subject: [PATCH] Do not retrieve credential information from the wrong side of the connection. https://bugs.freedesktop.org/show_bug.cgi?id=61787 --- dbus/dbus-sysdeps-win.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 6e093c1..57e8c62 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -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"); return TRUE; } -- 1.7.4.msysgit.0