IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2010, 1:17:44 PM (16 years ago)
Author:
bills
Message:

add -limit to the set of arguments accepted by pstamptool -revertdependent. It isn't used but is
required by the task which uses add_poll_args

File:
1 edited

Legend:

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

    r28937 r29143  
    942942
    943943    PXOPT_LOOKUP_BOOL(all, config->args, "-all", false);
     944    // XXX: we don't actually use -limit. It doesn't work for UPDATE
     945    // it's an allowed arg because add_poll_args adds it
    944946    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
    945947    PXOPT_LOOKUP_S16(fault, config->args, "-fault",  false, false);
     
    13271329    pxAddLabelSearchArgs(config, where, "-label", "pstampRequest.label", "==");
    13281330
     1331    // XXX: we don't actually use -limit. It doesn't work for UPDATE
     1332    // it's an allowed arg because add_poll_args adds it
     1333    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     1334
    13291335    if (!psListLength(where->list)) {
    13301336        psFree(where);
Note: See TracChangeset for help on using the changeset viewer.