Ignore:
Timestamp:
Jul 24, 2009, 9:19:38 PM (15 years ago)
Author:
Bruno Cornec
Message:

find_tape_device_and_size => mr_find_tape_device which allocates 1 string to be freed by caller

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-devices.c

    r2296 r2303  
    16361636    case tape:
    16371637
    1638         if ((!bkpinfo->restore_mode) && (find_tape_device_and_size(bkpinfo->media_device, sz_size))) {
     1638        if ((!bkpinfo->restore_mode) && (!mr_find_tape_device())) {
    16391639            log_msg(3, "Ok, using vanilla scsi tape.");
    16401640            strcpy(bkpinfo->media_device, VANILLA_SCSI_TAPE);
Note: See TracChangeset for help on using the changeset viewer.