Merge pull request #30 from conserver/fix-pam-warning

fix pam const arg mismatch warning
This commit is contained in:
Bryan Stansell 2019-03-29 13:34:48 -07:00 committed by GitHub
commit d565e30d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -638,7 +638,7 @@ DestroyGroup(GRPENT *pGE)
#if HAVE_PAM
int
QuietConv(int num_msg, struct pam_message **msg,
QuietConv(int num_msg, const struct pam_message **msg,
struct pam_response **resp, void *appdata_ptr)
{
int i;