summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-01-10 10:54:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:50:02 -0500
commitbceaf62d2f2f954174ab96b6ddad6e5c9be84214 (patch)
tree95be74811569e7b80c32028242192821441287ab /source4
parent75ef0ba513489a85557cb486135d80286d620809 (diff)
downloadsamba-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')
-rw-r--r--source4/auth/auth_unix.c2
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;
}
}