From 7b0d7ce7a77a2a0f600fb65af9a2e4c8cf589a09 Mon Sep 17 00:00:00 2001 From: hanez Date: Thu, 26 Sep 2024 00:26:34 +0200 Subject: [PATCH] Fix applied. --- checkpw.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checkpw.c b/checkpw.c index d54d23e..fd5b2ff 100644 --- a/checkpw.c +++ b/checkpw.c @@ -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;