Changeset 2074 in MondoRescue
- Timestamp:
- Dec 8, 2008, 1:42:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.8/mondo/src/mondorestore/mondorestore.c
r2072 r2074 373 373 374 374 char *tmp1 = NULL; 375 char *editor = NULL; 375 376 376 377 /* Clean up multiconf cache file if they exist */ … … 385 386 } else { 386 387 paranoid_free(tmp1); 387 return ();388 return; 388 389 } 389 390 paranoid_free(tmp1); 391 asprintf(&editor, "%s", find_my_editor()); 390 392 asprintf(&tmp1,"chroot %s %s /etc/multipath.conf", MNT_RESTORING, editor); 391 393 paranoid_system(tmp1); 392 394 paranoid_free(tmp1); 395 paranoid_free(editor); 393 396 } 394 397
Note:
See TracChangeset
for help on using the changeset viewer.