Synchronising MPA branch with compromise branch where possible.

This commit is contained in:
Cas Cremers
2012-04-25 17:03:51 +02:00
parent 19359f9ba9
commit 9b0915441f
19 changed files with 54 additions and 105 deletions

View File

@@ -130,7 +130,7 @@ class SemiTrace(object):
# Initiations are runs of honest agents
if (run.intruder):
continue
# Which contain no reads before the first send
# Which contain no recvs before the first send
for action in run:
if (isinstance(action,EventRead)):
break