Changeset 30927 for trunk/ippTools/src/regtool.c
- Timestamp:
- Mar 16, 2011, 12:16:19 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r30907 r30927 1361 1361 1362 1362 // set the state for the newExp to stop 1363 if (!pxnewExpSetState(config, exp_id, "stop")) { 1363 // but only if we didn't encounter a fault 1364 if (fault == 0) { 1365 if (!pxnewExpSetState(config, exp_id, "stop")) { 1364 1366 // rollback 1365 1367 if (!psDBRollback(config->dbh)) { 1366 psError(PS_ERR_UNKNOWN, false, "database error");1368 psError(PS_ERR_UNKNOWN, false, "database error"); 1367 1369 } 1368 1370 psError(PS_ERR_UNKNOWN, false, "failed to change newExp.state for exp_id: %"PRId64, exp_id); 1369 psFree(newExp); 1370 return false; 1371 psFree(newExp); 1372 return false; 1373 } 1371 1374 } 1372 1375
Note:
See TracChangeset
for help on using the changeset viewer.
