Ignore:
Timestamp:
Sep 25, 2007, 3:09:52 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix a seg fault introduced by last patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-devices.c

    r1656 r1659  
    25402540    log_it("bkpinfo->scratchdir is being set to %s", bkpinfo->scratchdir);
    25412541
    2542     sprintf(g_erase_tmpdir_and_scratchdir, "rm -Rf %s %s", bkpinfo->tmpdir,
    2543             bkpinfo->scratchdir);
    2544 
    25452542    sprintf(command, "rm -Rf %s/tmp.mondo.* %s/mondo.scratch.*", tmp, tmp);
    25462543    paranoid_system(command);
Note: See TracChangeset for help on using the changeset viewer.