Changeset 100
- Timestamp:
- 11/16/07 10:25:47 (13 months ago)
- Files:
-
- 1 modified
-
trunk/samba/source/smbd/trans2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/smbd/trans2.c
r77 r100 348 348 #ifdef __OS2__ 349 349 /* All EA's must start with user - except on OS/2 */ 350 // fstrcpy(unix_ea_name, ea_list->ea.name); 351 fstrcat(unix_ea_name, ea_list->ea.name); 350 fstrcpyat(unix_ea_name, ea_list->ea.name); 352 351 #else 353 352 fstrcpy(unix_ea_name, "user."); /* All EA's must start with user. */
