IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2008, 4:39:15 PM (18 years ago)
Author:
bills
Message:

add hostname to pzDownloadImfile

File:
1 edited

Legend:

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

    r20201 r20310  
    397397    PXOPT_LOOKUP_STR(class_id, config->args, "-class_id", true, false);
    398398    PXOPT_LOOKUP_STR(uri, config->args, "-uri", true, false);
     399    PXOPT_LOOKUP_STR(hostname, config->args, "-hostname", false, false);
    399400    PXOPT_LOOKUP_BOOL(row_lock, config->args, "-row_lock", false);
    400401
     
    455456            uri,
    456457            code,
    457             NULL    // epoch
     458            NULL,    // epoch
     459            hostname
    458460    )) {
    459461        psError(PS_ERR_UNKNOWN, false, "database error");
Note: See TracChangeset for help on using the changeset viewer.