Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/libsmb/smbencrypt.c

    r1 r124  
    445445           This prevents username swapping during the auth exchange
    446446        */
    447         if (!ntv2_owf_gen(nt_hash, user, domain, True, ntlm_v2_hash)) {
     447        if (!ntv2_owf_gen(nt_hash, user, domain, False, ntlm_v2_hash)) {
    448448                return False;
    449449        }
Note: See TracChangeset for help on using the changeset viewer.