mirror of
https://github.com/bstansell/conserver.git
synced 2024-12-19 12:57:54 +00:00
fix const arg mismatch
This commit is contained in:
parent
abd8edec1d
commit
0aa733db99
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user