Ignore:
Timestamp:
Sep 19, 2007, 9:32:00 AM (17 years ago)
Author:
Bruno Cornec
Message:

Continue to use configuration file data (may not compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c

    r1629 r1638  
    886886                bkpinfo->internal_tape_block_size);
    887887    } else {
    888         bkpinfo->internal_tape_block_size =
    889             DEFAULT_INTERNAL_TAPE_BLOCK_SIZE;
    890         mr_msg(1, "Internal tape block size = default (%ld)",
    891                 DEFAULT_INTERNAL_TAPE_BLOCK_SIZE);
     888        bkpinfo->internal_tape_block_size = mr_conf->internal_tape_blocksize;
     889        mr_msg(1, "Internal tape block size = default (%ld)", mr_conf->internal_tape_blocksize);
    892890    }
    893891
Note: See TracChangeset for help on using the changeset viewer.