diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-01-10 10:54:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:50:02 -0500 |
commit | bceaf62d2f2f954174ab96b6ddad6e5c9be84214 (patch) | |
tree | 95be74811569e7b80c32028242192821441287ab /source4/auth/auth_unix.c | |
parent | 75ef0ba513489a85557cb486135d80286d620809 (diff) | |
download | samba-bceaf62d2f2f954174ab96b6ddad6e5c9be84214.tar.gz samba-bceaf62d2f2f954174ab96b6ddad6e5c9be84214.tar.bz2 samba-bceaf62d2f2f954174ab96b6ddad6e5c9be84214.zip |
r12824: Another typo.
Andrew Bartlett
(This used to be commit 08f8b2aadbc815f91fbe50a5ebcbf33504bcd7cc)
Diffstat (limited to 'source4/auth/auth_unix.c')
-rw-r--r-- | source4/auth/auth_unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_unix.c b/source4/auth/auth_unix.c index 6cea185223..ca8b8e5b9a 100644 --- a/source4/auth/auth_unix.c +++ b/source4/auth/auth_unix.c @@ -739,7 +739,7 @@ static NTSTATUS check_unix_password(TALLOC_CTX *ctx, const struct auth_usersuppl strlower(pwcopy); nt_status = password_check(username, pwcopy, crypted, salt); if NT_STATUS_IS_OK(nt_status) { - *ret_passwd = pwd; + *ret_passwd = pws; return nt_status; } } |