IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26185


Ignore:
Timestamp:
Nov 18, 2009, 12:41:37 PM (16 years ago)
Author:
Paul Price
Message:

State shouldn't be set to 'full' when faulting.

File:
1 edited

Legend:

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

    r26039 r26185  
    580580
    581581    if (fault > 0) {
    582         char *query = "UPDATE magicRun SET fault = %d, state = 'full' WHERE magic_id = %" PRId64;
     582        char *query = "UPDATE magicRun SET fault = %d WHERE magic_id = %" PRId64;
    583583        if (!p_psDBRunQueryF(config->dbh, query, fault, magic_id)) {
    584584            psError(PS_ERR_UNKNOWN, false,
     
    930930            psAbort("failed to lookup value for magic_id column");
    931931        }
    932        
     932
    933933        whereString = NULL;
    934934        psStringAppend(&whereString, "\nAND (magic_id = %" PRId64 ")", magic_id);
Note: See TracChangeset for help on using the changeset viewer.