Changeset 24186 for trunk/ippTools/src/stacktool.c
- Timestamp:
- May 14, 2009, 3:33:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/stacktool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/stacktool.c
r23921 r24186 991 991 992 992 psMetadata *where = psMetadataAlloc(); 993 pxAddLabelSearchArgs (config, where, "-label", " label", "==");993 pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "=="); 994 994 995 995 psString query = pxDataGet("stacktool_pendingcleanuprun.sql"); … … 1055 1055 PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id", "=="); 1056 1056 } 1057 pxAddLabelSearchArgs (config, where, "-label", " label", "==");1057 pxAddLabelSearchArgs (config, where, "-label", "stackRun.label", "=="); 1058 1058 1059 1059 psString query = pxDataGet("stacktool_pendingcleanupskyfile.sql");
Note:
See TracChangeset
for help on using the changeset viewer.
