From d1cc06083dff66519d2a2418d7cce9916131a6da Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Thu, 9 Apr 1998 14:13:20 +0000 Subject: Added const cast to struct args to get rid of compile time warning. (This used to be commit 5d956abb4f4ed22671dfb1c7cb51489ab280463f) --- source3/smbd/password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/smbd/password.c b/source3/smbd/password.c index ffa75d7d0b..be032c5c38 100644 --- a/source3/smbd/password.c +++ b/source3/smbd/password.c @@ -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; -- cgit