From ba53cb87cb3a7ac6f5e97c3841dca493e11f954a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 1 Aug 2005 18:15:05 +0000 Subject: r8889: Another warning --- source/auth/pampass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/auth') diff --git a/source/auth/pampass.c b/source/auth/pampass.c index 5a40bf6c477..18d83ee3648 100644 --- a/source/auth/pampass.c +++ b/source/auth/pampass.c @@ -202,7 +202,7 @@ struct chat_struct { Create a linked list containing chat data. ***************************************************************/ -static struct chat_struct *make_pw_chat(char *p) +static struct chat_struct *make_pw_chat(const char *p) { fstring prompt; fstring reply; -- cgit