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/mondoarchive/mondo-cli.c

    r1628 r1638  
    207207    assert(flag_set != NULL);
    208208
    209     bkpinfo->internal_tape_block_size = DEFAULT_INTERNAL_TAPE_BLOCK_SIZE;
     209    bkpinfo->internal_tape_block_size = mr_conf->internal_tape_blocksize;
    210210
    211211    /* compulsory */
     
    429429                }
    430430            } else if (flag_set['u'] || flag_set['t']) {
    431                 /* Force autidetection */
     431                /* Force autodetection */
    432432                bkpinfo->media_size = 0L;
    433433            } else {
Note: See TracChangeset for help on using the changeset viewer.