Do not retrieve credential information from the wrong side of the connection.
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 8 Mar 2013 09:44:30 +0000 (10:44 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 8 Mar 2013 17:05:20 +0000 (18:05 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61787
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-sysdeps-win.c

index 6e093c1..f8189af 100644 (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;
 }