summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-08-01 18:15:05 +0000
committerVolker Lendecke <vlendec@samba.org>2005-08-01 18:15:05 +0000
commitba53cb87cb3a7ac6f5e97c3841dca493e11f954a (patch)
treee9e7a70aedd33bf2378512c53a55b469a7991de2 /source/auth
parent2bbcb7f54e52338c606dac5d71a72d02ebac0033 (diff)
downloadsamba-ba53cb87cb3a7ac6f5e97c3841dca493e11f954a.tar.gz
samba-ba53cb87cb3a7ac6f5e97c3841dca493e11f954a.tar.xz
samba-ba53cb87cb3a7ac6f5e97c3841dca493e11f954a.zip
r8889: Another warning
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/pampass.c2
1 files changed, 1 insertions, 1 deletions
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;