Fix applied.

This commit is contained in:
Johannes Findeisen 2024-09-26 00:26:34 +02:00
commit 7b0d7ce7a7

View file

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