e ckpasse - also back out another change i made to fix up pk

This commit is contained in:
Carsten Haitzler 2020-05-27 09:24:24 +01:00
parent 9fc2b13c69
commit 3dfead6653
1 changed files with 1 additions and 1 deletions

View File

@ -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;