IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37388


Ignore:
Timestamp:
Sep 11, 2014, 4:52:54 PM (12 years ago)
Author:
watersc1
Message:

Fix the bug in the revertrun mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippTools/src/remotetool.c

    r37347 r37388  
    565565  PXOPT_COPY_S64(config->args, where, "-remote_id", "remote_id", "==");
    566566  PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    567 
     567  PXOPT_COPY_S16(config->args, where, "-fault", "fault", "==");
    568568  // Value to set
    569   PXOPT_COPY_S16(config->args, values, "-fault", "fault", "==");
     569  psMetadataAddS16(values,PS_LIST_TAIL,"fault",0, "==", 0);
     570 
    570571  long rows = psDBUpdateRows(config->dbh, "remoteRun", where, values);
    571572  psFree(values);
Note: See TracChangeset for help on using the changeset viewer.