Ignore:
Timestamp:
Jun 24, 2013, 10:20:16 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • First attempt at fixing #628 by avoiding to erase choices done for varible bkpinfo->isodir and g_isodir_device in iso_fiddly_bits later in the code. Needs testing by people using external disks containing ISO.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/src/mondorestore/mondorestore.c

    r3145 r3158  
    7171 */
    7272bool g_I_have_just_nuked = FALSE;
    73 
    74 /**
    75  * The device to mount to get at the ISO images. Ignored unless @p g_ISO_restore_mode.
    76  */
    77 char *g_isodir_device;
    78 
    79 /**
    80  * The format of @p g_isodir_device. Ignored unless @p g_ISO_restore_mode.
    81  */
    82 char *g_isodir_format;
    8373
    8474/**
     
    294284    if (bkpinfo->backup_media_type == iso) {
    295285        if (iso_fiddly_bits((c == 'N') ? TRUE : FALSE)) {
    296             log_msg(2,
    297                     "catchall_mode --- iso_fiddly_bits returned w/ error");
     286            log_msg(2, "catchall_mode --- iso_fiddly_bits returned w/ error");
    298287            return (1);
    299288        } else {
Note: See TracChangeset for help on using the changeset viewer.