Changeset 2423 in MondoRescue
- Timestamp:
- Sep 25, 2009, 4:38:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/common/libmondo-devices.c
r2401 r2423 1146 1146 } 1147 1147 mr_free(device_with_tab); 1148 mr_free(device_with_space);1149 1148 paranoid_pclose(fin); 1150 1149 mr_asprintf(&tmp, "%s | grep -E \"^%s\" > /dev/null 2> /dev/null", SWAPLIST_COMMAND, device_with_space); 1150 mr_free(device_with_space); 1151 1151 log_msg(4, "tmp (command) = '%s'", tmp); 1152 1152 if (!system(tmp)) {
Note:
See TracChangeset
for help on using the changeset viewer.