IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25847 for trunk/ppStack


Ignore:
Timestamp:
Oct 14, 2009, 5:36:51 PM (17 years ago)
Author:
Paul Price
Message:

Generate an error if the configuration dumping doesn't work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackFinish.c

    r23753 r25847  
    6666    psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config
    6767    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        }
    6972    }
    7073
Note: See TracChangeset for help on using the changeset viewer.