IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26091


Ignore:
Timestamp:
Nov 10, 2009, 1:00:53 PM (16 years ago)
Author:
bills
Message:

missing paramter caused filesets to not be added to the db properly

File:
1 edited

Legend:

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

    r26088 r26091  
    151151    psMetadataAddS64(addfilesetArgs, PS_LIST_TAIL, "-dest_id", 0, "define dest_id", 0);
    152152    psMetadataAddStr(addfilesetArgs, PS_LIST_TAIL, "-name",    0, "define file name", NULL);
     153    psMetadataAddS32(addfilesetArgs, PS_LIST_TAIL, "-fault",   0, "define fault code", 0);
    153154
    154155    // -updatefileset
Note: See TracChangeset for help on using the changeset viewer.