1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

Even when I can't manage to do QA, at least the build farm will catch some of

the silly stuff.

(fixes password changes from RAP based clients like smbpasswd)

Andrew Bartlett
This commit is contained in:
Andrew Bartlett -
parent 6e0cfec165
commit 066e4f9a4b

View File

@ -748,7 +748,7 @@ NTSTATUS pass_oem_change(char *user,
= check_oem_password(user, lmdata, lmhash, ntdata, nthash,
&sampass, new_passwd, sizeof(new_passwd));
if (NT_STATUS_IS_OK(nt_status))
if (!NT_STATUS_IS_OK(nt_status))
return nt_status;
/*