summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-10-16 12:25:34 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-10-16 12:27:57 +0200
commit441f0326be10632f4e300ef569c3d08606ec1764 (patch)
treec02f5aebefbb8e3cce929965259f411f774d6689
parent421191a4433e289adf6c2d9739d1ce091af3774f (diff)
downloadsamba-441f0326be10632f4e300ef569c3d08606ec1764.tar.gz
samba-441f0326be10632f4e300ef569c3d08606ec1764.tar.bz2
samba-441f0326be10632f4e300ef569c3d08606ec1764.zip
s3: Try to fix the build on Solaris & AIX regarding the password change reject reason
-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 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 */