From 441f0326be10632f4e300ef569c3d08606ec1764 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Fri, 16 Oct 2009 12:25:34 +0200 Subject: s3: Try to fix the build on Solaris & AIX regarding the password change reject reason --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/include/proto.h b/source3/include/proto.h index 5e1d84dcb3..4f33a4adf6 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6092,7 +6092,7 @@ NTSTATUS pass_oem_change(char *user, uchar password_encrypted_with_nt_hash[516], const uchar old_nt_hash_encrypted[16], enum samPwdChangeReason *reject_reason); -NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passwd, bool as_root, uint32 *samr_reject_reason); +NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passwd, bool as_root, enum samPwdChangeReason *samr_reject_reason); /* The following definitions come from smbd/close.c */ -- cgit