s3: fix outdated proto.h causing build error on AIX
authorBjörn Jacke <bj@sernet.de>
Thu, 15 Oct 2009 01:19:47 +0000 (03:19 +0200)
committerBjörn Jacke <bj@sernet.de>
Thu, 15 Oct 2009 08:27:34 +0000 (10:27 +0200)
Matthias, please check!

source3/include/proto.h

index a1bec6fb48a39a7b43fb18cd9e46d8080065e550..5e1d84dcb383ebfe1f6b96dd688121b9c564482f 100644 (file)
@@ -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  */