Ignore:
Timestamp:
Apr 30, 2009, 6:01:51 PM (15 years ago)
Author:
Bruno Cornec
Message:

Create a new defind for MAX_MOUNTLIST_ENTRIES and increse MAX_TAPECATALOG_ENTRIES to solve a reported blimit

File:
1 edited

Legend:

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

    r2144 r2188  
    770770
    771771if (!cfgf) {
    772 strcpy(cfg_file, g_mondo_cfg_file);
     772    strcpy(cfg_file, g_mondo_cfg_file);
    773773} else {
    774 strcpy(cfg_file, cfgf);
     774    strcpy(cfg_file, cfgf);
    775775}
    776776
     
    790790    bkpinfo->please_dont_eject = TRUE;
    791791} else if (!strcmp(value, "iso")) {
    792 /*
    793 if (am_I_in_disaster_recovery_mode()
    794 && !run_program_and_log_output("mount /dev/cdrom "MNT_CDROM, 1)
    795 && does_file_exist(MNT_CDROM"/archives/filelist.0"))
    796 */
    797792
    798793// Patch by Conor Daly - 2004/07/12
Note: See TracChangeset for help on using the changeset viewer.