Changeset 27057
- Timestamp:
- Feb 24, 2010, 1:47:36 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfigDump.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfigDump.c
r23753 r27057 144 144 145 145 psString resolved = pmConfigConvertFilename(filename, config, true, false); // Resolved filename 146 if (!resolved) { 147 psError(psErrorCodeLast(), false, "Unable to create file for configuration dump: %s", filename); 148 return false; 149 } 146 150 147 151 if (!psMetadataConfigWrite(config->user, resolved)) { 148 psError( PS_ERR_IO, false, "Unable to dump configuration to %s", filename);152 psError(psErrorCodeLast(), false, "Unable to dump configuration to %s", filename); 149 153 psFree(resolved); 150 154 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
