Author: abartlet Date: 2006-01-10 10:54:45 +0000 (Tue, 10 Jan 2006) New Revision: 12824
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12824 Log: Another typo. Andrew Bartlett Modified: branches/SAMBA_4_0/source/auth/auth_unix.c Changeset: Modified: branches/SAMBA_4_0/source/auth/auth_unix.c =================================================================== --- branches/SAMBA_4_0/source/auth/auth_unix.c 2006-01-10 10:35:47 UTC (rev 12823) +++ branches/SAMBA_4_0/source/auth/auth_unix.c 2006-01-10 10:54:45 UTC (rev 12824) @@ -739,7 +739,7 @@ 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; } }
