IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 18, 2013, 1:48:36 PM (13 years ago)
Author:
bills
Message:

get rid of -set_need_magic

File:
1 edited

Legend:

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

    r35365 r35673  
    142142    PXOPT_LOOKUP_STR(label,       config->args, "-set_label",         false, false);
    143143    PXOPT_LOOKUP_S32(pollInterval, config->args, "-set_poll_interval",false, false);
    144     PXOPT_LOOKUP_BOOL(no_magic, config->args, "-set_no_magic", false);
    145 
    146     bool need_magic = ! no_magic;
    147144
    148145    if (!pstampDataStoreInsert(config->dbh,
     
    155152            uri,
    156153            pollInterval,
    157             need_magic
     154            false
    158155        )) {
    159156        psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.