- Timestamp:
- Oct 18, 2009, 10:23:28 AM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackFinish.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
-
branches/eam_branches/20090820/ppStack/src/ppStackFinish.c
r23753 r25870 66 66 psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config 67 67 if (dump) { 68 pmConfigDump(config, dump); 68 if (!pmConfigDump(config, dump)) { 69 psError(PS_ERR_IO, false, "Unable to dump configuration."); 70 return false; 71 } 69 72 } 70 73
Note:
See TracChangeset
for help on using the changeset viewer.
