From dc586b933da62217bd295a32fdcb7bd8574e8129 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 15 Oct 2009 03:19:47 +0200 Subject: s3: fix outdated proto.h causing build error on AIX Matthias, please check! --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a1bec6fb48..5e1d84dcb3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6091,7 +6091,7 @@ NTSTATUS pass_oem_change(char *user, const uchar old_lm_hash_encrypted[16], uchar password_encrypted_with_nt_hash[516], const uchar old_nt_hash_encrypted[16], - uint32 *reject_reason); + enum samPwdChangeReason *reject_reason); NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passwd, bool as_root, uint32 *samr_reject_reason); /* The following definitions come from smbd/close.c */ -- cgit