1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Added const cast to struct args to get rid of compile time warning.

This commit is contained in:
John Terpstra 0001-01-01 00:00:00 +00:00
parent 6ed3de7118
commit 5d956abb4f

View File

@ -468,7 +468,7 @@ static char *PAM_password;
* echo off means password.
*/
static int PAM_conv (int num_msg,
struct pam_message **msg,
const struct pam_message **msg,
struct pam_response **resp,
void *appdata_ptr) {
int replies = 0;