Changeset 228 for branches/samba-3.2.x/source/smbd/mangle.c
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/smbd/mangle.c
r133 r228 141 141 we just truncate the string */ 142 142 if (!lp_manglednames(p)) { 143 s afe_strcpy(out,in,12);143 strlcpy(out, in, 13); 144 144 return True; 145 145 }
Note:
See TracChangeset
for help on using the changeset viewer.