- Timestamp:
- Apr 1, 2014, 11:03:38 AM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140206
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/remotetool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140206
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20140206/ippTools/src
- Property svn:ignore
-
old new 48 48 releasetool 49 49 fftool 50 remotetool 51
-
- Property svn:ignore
-
branches/eam_branches/ipp-20140206/ippTools/src/remotetool.c
r36536 r36627 149 149 psFree(limitString); 150 150 } 151 if (!p_psDBRunQuery F(config->dbh, query)) {151 if (!p_psDBRunQuery(config->dbh, query)) { 152 152 psError(PS_ERR_UNKNOWN, false, "database error"); 153 153 psFree(query); … … 313 313 { 314 314 PS_ASSERT_PTR_NON_NULL(config, false); 315 PXOPT_LOOKUP_S64(remote_id, config->args, "-remote_id", true, false);315 // PXOPT_LOOKUP_S64(remote_id, config->args, "-remote_id", true, false); 316 316 317 317 psMetadata *where = psMetadataAlloc(); … … 341 341 { 342 342 PS_ASSERT_PTR_NON_NULL(config, false); 343 PXOPT_LOOKUP_S64(remote_id, config->args, "-remote_id", true, false);343 // PXOPT_LOOKUP_S64(remote_id, config->args, "-remote_id", true, false); 344 344 345 345 psMetadata *where = psMetadataAlloc();
Note:
See TracChangeset
for help on using the changeset viewer.
