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:
parent
6ed3de7118
commit
5d956abb4f
@ -468,7 +468,7 @@ static char *PAM_password;
|
|||||||
* echo off means password.
|
* echo off means password.
|
||||||
*/
|
*/
|
||||||
static int PAM_conv (int num_msg,
|
static int PAM_conv (int num_msg,
|
||||||
struct pam_message **msg,
|
const struct pam_message **msg,
|
||||||
struct pam_response **resp,
|
struct pam_response **resp,
|
||||||
void *appdata_ptr) {
|
void *appdata_ptr) {
|
||||||
int replies = 0;
|
int replies = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user