Changeset 100

Show
Ignore:
Timestamp:
11/16/07 10:25:47 (13 months ago)
Author:
psmedley
Message:

Fix the trunk too

Files:
1 modified

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. */