Changeset 370 for branches/samba-3.3.x/source/lib/os2ea.c
- Timestamp:
- Jan 15, 2010, 8:23:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/lib/os2ea.c
r353 r370 383 383 if (pfea->oNextEntryOffset > 0x10000) 384 384 { 385 DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file)); 385 // DEBUG(0, ("Broken Extended Attributes detected for: %s:%d\n", path ? path : "null", file)); 386 DEBUG(0, ("Broken Extended Attributes detected for: %s:%d, Last EA:%s\n", path ? path : "null", file, pfea->szName)); 386 387 break; 387 388 }
Note:
See TracChangeset
for help on using the changeset viewer.