Changeset 140 for branches/samba-3.0/source/libsmb/smbencrypt.c
- Timestamp:
- Jul 11, 2008, 1:13:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/libsmb/smbencrypt.c
r124 r140 183 183 if (domain_byte_len == (size_t)-1) { 184 184 DEBUG(0, ("push_uss2_allocate() for domain returned -1 (probably malloc() failure)\n")); 185 SAFE_FREE(user); 185 186 return False; 186 187 }
Note:
See TracChangeset
for help on using the changeset viewer.