Changeset 25837 for trunk/ippTools
- Timestamp:
- Oct 14, 2009, 11:24:13 AM (17 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 2 edited
-
share/magicdstool_tocleanup.sql (modified) (1 diff)
-
src/magicdstool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/share/magicdstool_tocleanup.sql
r25823 r25837 7 7 JOIN magicRun USING(magic_id) 8 8 JOIN rawExp USING(exp_id) 9 WHERE magicDSRun.state = 'goto_ purged'9 WHERE magicDSRun.state = 'goto_cleaned' 10 10 -- XXX: need to add fault to magicDSRun 11 11 -- AND magicDSRun.fault = 0 -
trunk/ippTools/src/magicdstool.c
r25835 r25837 903 903 (strcmp(state, "restored") == 0) || 904 904 (strcmp(state, "censored") == 0) || 905 (strcmp(state, " purged") == 0) ||905 (strcmp(state, "cleaned") == 0) || 906 906 (strcmp(state, "goto_restored") == 0) || 907 907 (strcmp(state, "goto_censored") == 0) || 908 (strcmp(state, "goto_ purged") == 0))908 (strcmp(state, "goto_cleaned") == 0)) 909 909 ) { 910 910 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
