IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2008, 2:44:04 PM (18 years ago)
Author:
eugene
Message:

merge cvs HEAD into cleanup branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/ippTools/src/pstamptoolConfig.c

    r16957 r18357  
    119119    psMetadataAddStr(addjobArgs, PS_LIST_TAIL, "-args", 0,
    120120            "define job args", NULL);
     121    psMetadataAddStr(addjobArgs, PS_LIST_TAIL, "-state", 0,
     122            "new state", NULL);
     123    psMetadataAddStr(addjobArgs, PS_LIST_TAIL, "-result", 0,
     124            "new result", NULL);
    121125
    122126    // -listjob
     
    224228    // do this last so we don't setup a connection before CLI options are
    225229    // validated
    226     config->dbh = pmConfigDB(config->modules);
     230    config->dbh = psMemIncrRefCounter(pmConfigDB(config->modules));
    227231    if (!config->dbh) {
    228232        psError(PS_ERR_UNKNOWN, false, "Can't configure database");
Note: See TracChangeset for help on using the changeset viewer.