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

Better fix for hardcoded \lib directory in 3.0.x

File:
1 edited

Legend:

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

    r363 r366  
    382382                if (pfea->oNextEntryOffset > 0x10000)
    383383                {
    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));
     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));
    386386                        break;
    387387                }
Note: See TracChangeset for help on using the changeset viewer.