summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-10-15 03:19:47 +0200
committerBjörn Jacke <bj@sernet.de>2009-10-15 10:27:34 +0200
commitdc586b933da62217bd295a32fdcb7bd8574e8129 (patch)
treebd15c964314ad25912ae32d26b0d30e1bb05294f /source3
parent818d98acf1c1c80bd6d22868674f750ee704c0fc (diff)
downloadsamba-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')
-rw-r--r--source3/include/proto.h2
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 */