From 7a554ee7dcefdff599ebc6fbf4e128b33ffccf29 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 18 Aug 2017 16:08:46 +0200 Subject: s3:libsmb: Pass domain to remote_password_change() BUG: https://bugzilla.samba.org/show_bug.cgi?id=12975 Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlet --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index c8f6c282b68..976f3f92156 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -823,7 +823,8 @@ bool get_dc_name(const char *domain, /* The following definitions come from libsmb/passchange.c */ -NTSTATUS remote_password_change(const char *remote_machine, const char *user_name, +NTSTATUS remote_password_change(const char *remote_machine, + const char *domain, const char *user_name, const char *old_passwd, const char *new_passwd, char **err_str); -- cgit v1.2.3