From bceaf62d2f2f954174ab96b6ddad6e5c9be84214 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 10 Jan 2006 10:54:45 +0000 Subject: r12824: Another typo. Andrew Bartlett (This used to be commit 08f8b2aadbc815f91fbe50a5ebcbf33504bcd7cc) --- source4/auth/auth_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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; } } -- cgit