raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=373b4c5ee14b87bbe548e69ad208a9a0806dd52f

commit 373b4c5ee14b87bbe548e69ad208a9a0806dd52f
Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com>
Date:   Wed May 27 09:24:24 2020 +0100

    e ckpasse - also back out another change i made to fix up pk
---
 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 1212f53c3..e8c193e2a 100644
--- a/src/bin/e_ckpasswd_main.c
+++ b/src/bin/e_ckpasswd_main.c
@@ -365,7 +365,7 @@ main(int argc, char **argv)
         fprintf(stderr, "AUTH: Password OK\n");
         if (polkit_mode == 1)
           {
-             if (polkit_auth(polkit_cookie, uid) == 0)
+             if (polkit_auth(polkit_cookie, polkit_uid) == 0)
                {
                   fprintf(stderr, "AUTH: Polkit AuthenticationAgentResponse2 
success\n");
                   return 0;

-- 


Reply via email to