Author: vlendec
Date: 2005-08-01 18:15:05 +0000 (Mon, 01 Aug 2005)
New Revision: 8889

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8889

Log:
Another warning
Modified:
   branches/SAMBA_3_0/source/auth/pampass.c
   trunk/source/auth/pampass.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/pampass.c
===================================================================
--- branches/SAMBA_3_0/source/auth/pampass.c    2005-08-01 18:13:45 UTC (rev 
8888)
+++ branches/SAMBA_3_0/source/auth/pampass.c    2005-08-01 18:15:05 UTC (rev 
8889)
@@ -202,7 +202,7 @@
  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;

Modified: trunk/source/auth/pampass.c
===================================================================
--- trunk/source/auth/pampass.c 2005-08-01 18:13:45 UTC (rev 8888)
+++ trunk/source/auth/pampass.c 2005-08-01 18:15:05 UTC (rev 8889)
@@ -202,7 +202,7 @@
  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;

Reply via email to