IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26336


Ignore:
Timestamp:
Dec 4, 2009, 3:32:01 PM (16 years ago)
Author:
bills
Message:

need to commit the transaction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/camtool.c

    r26335 r26336  
    627627    if (pendingRow->end_stage && psStrcasestr(pendingRow->end_stage, "cam")) {
    628628        psFree(pendingRow);
     629        if (!psDBCommit(config->dbh)) {
     630            psError(PS_ERR_UNKNOWN, false, "database error");
     631            return false;
     632        }
    629633        return true;
    630634    }
Note: See TracChangeset for help on using the changeset viewer.