From d8f1e63a7511adf6a668e59d5a08dc995d1b94af Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 27 May 2020 09:16:04 +0100 Subject: [PATCH] back out undo of pk fix - back to bu5hm4ns version --- src/bin/e_ckpasswd_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_ckpasswd_main.c b/src/bin/e_ckpasswd_main.c index 63514049a..2521483c3 100644 --- a/src/bin/e_ckpasswd_main.c +++ b/src/bin/e_ckpasswd_main.c @@ -213,7 +213,7 @@ polkit_auth(const char *cookie, unsigned int auth_uid) if (!m) BARF("Cannot get method call: AuthenticationAgentResponse2"); iter = eldbus_message_iter_get(m); if (!iter) BARF("Cannot set iter on proxy"); - if (!eldbus_message_iter_arguments_append(iter, "us", auth_uid, cookie)) + if (!eldbus_message_iter_arguments_append(iter, "us", uid, cookie)) BARF("Cannot append 'us' args"); if (!eldbus_message_iter_arguments_append(iter, "(sa{sv})", &subj)) BARF("Cannot append '(sa{sv})' args");