Skip to content

Commit

Permalink
Fix applied.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanez committed Sep 25, 2024
1 parent 2cc8792 commit 7b0d7ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion checkpw.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ struct pam_credentials {

// PAM conversation function to supply the password
int pam_conversation(int num_msg, const struct pam_message **msg,
struct pam_response **resp, void *appdata_ptr) {
struct pam_response **resp, void *appdata_ptr)
{
struct pam_response *response = NULL;
struct pam_credentials *credentials = (struct pam_credentials *)appdata_ptr;
int i;
Expand Down

0 comments on commit 7b0d7ce

Please sign in to comment.