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:
parent
2e954709de
commit
22cde8f665
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user