1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:srv_samr_nt - another fix for the reject reason

This commit is contained in:
Matthias Dieter Wallnöfer 2009-10-16 15:24:20 +02:00
parent 22276961c3
commit fef032fac7

View File

@ -2023,7 +2023,7 @@ NTSTATUS _samr_ChangePasswordUser3(pipes_struct *p,
NTSTATUS status;
fstring user_name;
const char *wks = NULL;
uint32 reject_reason;
enum samPwdChangeReason reject_reason;
struct samr_DomInfo1 *dominfo = NULL;
struct userPwdChangeFailureInformation *reject = NULL;
uint32_t tmp;