svn commit: samba r2013 - branches/SAMBA_3_0/source/smbd

jerry at samba.org jerry at samba.org
Tue Aug 24 12:38:01 GMT 2004


Author: jerry
Date: 2004-08-24 12:38:00 +0000 (Tue, 24 Aug 2004)
New Revision: 2013

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=2013&nolog=1

Log:
BUG 1658: little bit of const (patch from :    Helmut Heinreichsberger <helmut.heinreichsberger at chello.at>)
Modified:
   branches/SAMBA_3_0/source/smbd/chgpasswd.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/chgpasswd.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/chgpasswd.c	2004-08-24 12:07:36 UTC (rev 2012)
+++ branches/SAMBA_3_0/source/smbd/chgpasswd.c	2004-08-24 12:38:00 UTC (rev 2013)
@@ -328,7 +328,7 @@
 	return (count > 0);
 }
 
-static BOOL chat_with_program(char *passwordprogram, struct passwd *pass,
+static BOOL chat_with_program(char *passwordprogram, const struct passwd *pass,
 			      char *chatsequence, BOOL as_root)
 {
 	char *slavedev;



More information about the samba-cvs mailing list