- Better prune adherence.
This commit is contained in:
parent
f90f16fe93
commit
6ccb09297a
@ -1415,7 +1415,7 @@ property_check ()
|
||||
/**
|
||||
* Prune this?
|
||||
*/
|
||||
if (sys->prune == 2)
|
||||
if (sys->prune > 0)
|
||||
{
|
||||
/* default: if any attack is found, abort the procedure */
|
||||
flag = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user