From 3be4c47b905468e541a3fd0491c3eb9ea538ef0b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 24 Aug 2004 12:38:00 +0000 Subject: r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger ) (This used to be commit 22cde8f665f7ed52785699a1d58db3271125ab89) --- source3/smbd/chgpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/chgpasswd.c') diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index 5c1d66abc4..8ea5b9c60a 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -328,7 +328,7 @@ static int talktochild(int master, const char *seq) 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; -- cgit