raster pushed a commit to branch enlightenment-0.24.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=3dfead66532093a3b3bafffe87184df1898c120e

commit 3dfead66532093a3b3bafffe87184df1898c120e
Author: Carsten Haitzler (Rasterman) <[email protected]>
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 fb3ca8bd9..08de4bc3d 100644
--- a/src/bin/e_ckpasswd_main.c
+++ b/src/bin/e_ckpasswd_main.c
@@ -366,7 +366,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