Show
Ignore:
Timestamp:
07/11/08 01:13:42 (5 months ago)
Author:
psmedley
Message:

Update branch to 3.0.31 release

Files:
1 modified

Legend:

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

    r124 r140  
    183183        if (domain_byte_len == (size_t)-1) { 
    184184                DEBUG(0, ("push_uss2_allocate() for domain returned -1 (probably malloc() failure)\n")); 
     185                SAFE_FREE(user); 
    185186                return False; 
    186187        }