Skip to content

Commit

Permalink
Fix horrible mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed May 8, 2016
1 parent 09843fc commit 9972a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doas_pam.c
Expand Up @@ -159,7 +159,7 @@ doas_pam(char *name, int interactive, int nopass)
ret = pam_end(pamh, ret);
if (ret != PAM_SUCCESS)
errx(1, "pam_end(): %s\n", pam_strerror(pamh, ret));
return 1;
return 0;
}
}

Expand Down

0 comments on commit 9972a8e

Please sign in to comment.