Changeset 1143 in MondoRescue for branches/stable/mondo
- Timestamp:
- Feb 12, 2007, 3:16:04 AM (18 years ago)
- Location:
- branches/stable/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/common/libmondo-archive.c
r1142 r1143 2397 2397 2398 2398 /*@ buffers ************************************************** */ 2399 char *biggielist ;2400 char *command ;2401 char *blah ;2402 char *xattr_fname ;2403 char *acl_fname; 2399 char *biggielist = NULL; 2400 char *command = NULL; 2401 char *blah = NULL; 2402 char *xattr_fname = NULL; 2403 char *acl_fname; = NULL 2404 2404 2405 2405 assert(bkpinfo != NULL); -
branches/stable/mondo/src/mondoarchive/main.c
r1140 r1143 218 218 /* BERLIOS: Hardcoded to be improved */ 219 219 unlink(MONDO_CACHE"/mindi.conf"); 220 unlink(MONDO _CACHE"/mondorestore.cfg");220 unlink(MONDORESTORECFG); 221 221 222 222 /* Configure the bkpinfo structure, global file paths, etc. */
Note:
See TracChangeset
for help on using the changeset viewer.