Fix applied.
This commit is contained in:
parent
2cc8792452
commit
7b0d7ce7a7
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue