fix const arg mismatch

This commit is contained in:
Bryan Stansell 2019-03-29 13:19:54 -07:00
parent abd8edec1d
commit 0aa733db99
No known key found for this signature in database
GPG Key ID: 28E4B7253029E7F6

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;