Changeset 99


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

Attempt to fix EA writing problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/samba-3.0.26a/source/smbd/trans2.c

    r62 r99  
    349349#ifdef __OS2__
    350350                /* All EA's must start with user - except on OS/2 */
    351 //              fstrcpy(unix_ea_name, ea_list->ea.name);
    352                 fstrcat(unix_ea_name, ea_list->ea.name);
     351                fstrcpy(unix_ea_name, ea_list->ea.name);
    353352#else
    354353                fstrcpy(unix_ea_name, "user."); /* All EA's must start with user. */
Note: See TracChangeset for help on using the changeset viewer.