1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-20 16:23:51 +03:00

the UNICODE issue...

(This used to be commit 73db80f341)
This commit is contained in:
Luke Leighton
1999-02-11 18:50:13 +00:00
parent 0e402f197d
commit c6d16eea43
7 changed files with 44 additions and 11 deletions

View File

@@ -209,7 +209,7 @@ BOOL make_oem_passwd_hash(char data[516], const char *passwd, uchar old_pw_hash[
generate_random_buffer((unsigned char *)data, 516, False);
if (unicode)
{
struni2( &data[512 - new_pw_len], passwd);
str_to_unistr8( &data[512 - new_pw_len], passwd);
}
else
{