diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-10-16 12:25:34 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-10-16 12:27:57 +0200 |
commit | 441f0326be10632f4e300ef569c3d08606ec1764 (patch) | |
tree | c02f5aebefbb8e3cce929965259f411f774d6689 /source3/include | |
parent | 421191a4433e289adf6c2d9739d1ce091af3774f (diff) | |
download | samba-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
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 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 */ |