summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-auth.c')
-rw-r--r--dbus/dbus-auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-auth.c b/dbus/dbus-auth.c
index 83dfc8a7..ee3b878d 100644
--- a/dbus/dbus-auth.c
+++ b/dbus/dbus-auth.c
@@ -1048,9 +1048,9 @@ handle_server_data_external_mech (DBusAuth *auth,
DBUS_AUTH_NAME (auth),
auth->desired_identity.uid,
auth->credentials.uid);
-
+
+ auth->authorized_identity.pid = auth->credentials.pid;
auth->authorized_identity.uid = auth->desired_identity.uid;
-
return TRUE;
}
else