Ignore:
Timestamp:
Jul 20, 2009, 11:36:47 AM (15 years ago)
Author:
Bruno Cornec
Message:

r3285@localhost: bruno | 2009-07-20 11:17:35 +0200
Apply fix in 2.2.10 around multi USB device handling to 2.2.9 as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/common/libmondo-archive.c

    r2247 r2285  
    16391639        paranoid_free(tmp);
    16401640        retval += res;
     1641
     1642        /* Recreate the required structure under the scratch dir */
     1643        mr_asprintf(&tmp,"mkdir %s/archive", bkpinfo->scratchdir);
     1644        run_program_and_log_output(tmp, FALSE);
     1645        paranoid_free(tmp);
    16411646    }
    16421647    paranoid_free(message_to_screen);
Note: See TracChangeset for help on using the changeset viewer.