Ignore:
Timestamp:
Aug 18, 2009, 2:37:55 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3332@localhost: bruno | 2009-08-07 23:59:34 +0200

  • bkpinfo->tmpchdir is now dynamically allocated
  • reorganize how tmpdir and scratchdir are initialized and the startup of the main sections
  • change of interface for maintain_collection_of_recent_archives, mondo_makefilelist, chop_filelist
  • sensibly_set_tmpdir_and_scratchdir => sensibly_set_scratchdir
  • reset_bkpinfo => init_bkpinfo
  • add function mr_free_bkpinfo
  • Fix a bug in mr_strtok
  • mondoarchive seems to globally work. Newt stuff needs more testing
File:
1 edited

Legend:

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

    r2320 r2321  
    548548                            DSFptr->check = 1;
    549549                        }
     550                        mr_free(token);
    550551                    }
    551                     mr_free(token);
    552552                    mr_free(mount_list);
    553553                } else {
     
    791791            /* Fatal error; exit */
    792792            case 1:
     793                mr_free(token);
    793794                fatal_error("Error processing -I option");
    794795            /* Everything is OK; process to archive data */
     
    15091510        if (opt == '?') {
    15101511            bad_switches = TRUE;
    1511             /*log_it("Invalid option: %c\n",optopt); */
    15121512        } else {
    15131513            if (flag_set[opt]) {
Note: See TracChangeset for help on using the changeset viewer.