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

r3331@localhost: bruno | 2009-08-06 01:34:32 +0200

  • bkpinfo->scratchdir is now dynamically allocated
  • mondoarchive tests made in text+newt env. Seems OK. Valgrind errors to be fixed
File:
1 edited

Legend:

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

    r2316 r2320  
    2121extern void twenty_seconds_til_yikes(void);
    2222
    23 /* We don't have a cleanup function yet */
    24 void (*mr_cleanup)(void) = NULL;
     23/* Let mr_cleanup pojnt to finish for the moment */
     24void (*mr_cleanup)(int) = finish;
    2525
    2626/* Reference to global bkpinfo */
Note: See TracChangeset for help on using the changeset viewer.