Changeset 100


Ignore:
Timestamp:
Nov 16, 2007, 10:25:47 AM (18 years ago)
Author:
Paul Smedley
Message:

Fix the trunk too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/smbd/trans2.c

    r77 r100  
    348348#ifdef __OS2__
    349349                /* 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);
    352351#else
    353352                fstrcpy(unix_ea_name, "user."); /* All EA's must start with user. */
Note: See TracChangeset for help on using the changeset viewer.