From e9c7079afe2d46dba1d7bb9d741a7e02d0de17e4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 1 Aug 2005 18:15:05 +0000 Subject: r8889: Another warning (This used to be commit 9ae1098d211f5e687786abb8474b1c4210413f0f) --- source3/auth/pampass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/pampass.c') diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index 5a40bf6c47..18d83ee364 100644 --- a/source3/auth/pampass.c +++ b/source3/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