diff options
author | Björn Jacke <bj@sernet.de> | 2009-10-15 03:19:47 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2009-10-15 10:27:34 +0200 |
commit | dc586b933da62217bd295a32fdcb7bd8574e8129 (patch) | |
tree | bd15c964314ad25912ae32d26b0d30e1bb05294f /source3/include | |
parent | 818d98acf1c1c80bd6d22868674f750ee704c0fc (diff) | |
download | samba-dc586b933da62217bd295a32fdcb7bd8574e8129.tar.gz samba-dc586b933da62217bd295a32fdcb7bd8574e8129.tar.bz2 samba-dc586b933da62217bd295a32fdcb7bd8574e8129.zip |
s3: fix outdated proto.h causing build error on AIX
Matthias, please check!
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |