From 94c9f1b44402134db89d08c395f42fc1685a81fa Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Mon, 27 Dec 2010 22:31:15 +0100 Subject: [PATCH] No longer stop at first MPA attack: scan for all. --- gui/test-mpa.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/test-mpa.py b/gui/test-mpa.py index bbc956a..ae05c2d 100755 --- a/gui/test-mpa.py +++ b/gui/test-mpa.py @@ -297,9 +297,9 @@ def verifyMPAlist(mpalist,claimid,options=[]): if pn not in INVOLVED: INVOLVED.append(pn) - return False - else: - return True + #return False + + return True def constructMPAlist(protocolset,claimid,mpalist,length,start,callback,options=[]):