1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>)

This commit is contained in:
Gerald Carter 2004-08-24 12:38:00 +00:00 committed by Gerald (Jerry) Carter
parent 2e954709de
commit 22cde8f665

View File

@ -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;