Ignore:
Timestamp:
Jan 7, 2010, 4:12:19 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Fix for hardcoded \lib directory in 3.0.x

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/os2ea.c

    r352 r363  
    382382                if (pfea->oNextEntryOffset > 0x10000)
    383383                {
    384                         DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file));
     384                        // DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file));
     385                        DEBUG(0, ("Broken Extended Attributes detected for: %s:%d, Last EA:%s\n", path ? path : "null", file, pfea->szName));
    385386                        break;
    386387                }
Note: See TracChangeset for help on using the changeset viewer.