Changeset 17741 for trunk/ippTools/src/pzgetimfiles.c
- Timestamp:
- May 19, 2008, 11:35:28 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pzgetimfiles.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pzgetimfiles.c
r17740 r17741 76 76 PXOPT_LOOKUP_STR(telescope, config->args, "-telescope", true, false); 77 77 78 // optional 79 PXOPT_LOOKUP_S32(timeout, config->args, "-timeout", false, false); 80 78 81 // invoke dsfilesetls 79 82 psString cmd = NULL; 80 83 psStringAppend(&cmd, "%s --uri %s", FILESET_LS_CMD, uri); 84 if (timeout) { 85 psStringAppend(&cmd, " --timeout %d", timeout); 86 } 81 87 82 88 psTrace("pzgetimfiles", PS_LOG_INFO, "cmd is: %s\n", cmd);
Note:
See TracChangeset
for help on using the changeset viewer.
