- New attack attribute.

This commit is contained in:
ccremers
2005-07-01 13:25:54 +00:00
parent 86b1a8295c
commit 164e325659
7 changed files with 64 additions and 44 deletions

View File

@@ -719,7 +719,7 @@ runInstanceCreate (Tac tc)
/* first: determine whether the run is untrusted,
* by checking whether one of the untrusted agents occurs
* in the run instance */
if (untrustedAgent (sys, instParams))
if (!isAgentlistTrusted (sys, instParams))
{
/* nothing yet */
/* claims handle this themselves */