forked from p34709852/monkey
fix
This commit is contained in:
parent
807606dae2
commit
e17f9b8273
|
@ -776,8 +776,8 @@ class PassTheHashMap(object):
|
||||||
|
|
||||||
@cache
|
@cache
|
||||||
def GetVictimsByAttacker(self, attacker):
|
def GetVictimsByAttacker(self, attacker):
|
||||||
if type(victim) != unicode:
|
if type(attacker) != unicode:
|
||||||
victim = victim.monkey_guid
|
attacker = attacker.monkey_guid
|
||||||
|
|
||||||
victims = set()
|
victims = set()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue