Changeset 1943 in MondoRescue for branches/2.2.6/mondo
- Timestamp:
- May 26, 2008, 11:04:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mondo/src/common/libmondo-stream.c
r1940 r1943 471 471 } 472 472 res = read_header_block_from_stream(ptmp_size, fname, pctrl_chr); 473 if ( pctrl_chr == BLK_START_AN_AFIO_OR_SLICE) {473 if (*pctrl_chr == BLK_START_AN_AFIO_OR_SLICE) { 474 474 log_msg(1, "No acl attributes found, skipping to afio files"); 475 475 return(0); 476 476 } else { 477 if ( pctrl_chr != BLK_START_EXTENDED_ATTRIBUTES) {477 if (*pctrl_chr != BLK_START_EXTENDED_ATTRIBUTES) { 478 478 wrong_marker(BLK_START_EXTENDED_ATTRIBUTES, *pctrl_chr); 479 479 }
Note:
See TracChangeset
for help on using the changeset viewer.