Skip to content

Commit

Permalink
fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
dobin committed Jun 15, 2018
1 parent 9496649 commit 4a5859c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basicmode/basicslave.py
Expand Up @@ -33,7 +33,7 @@ def doActualFuzz(self):
if self.config['use_netnamespace']:
targetutils.startInNamespace(self.realDoActualFuzz, self.threadId)
else:
self.readDoActualfuzz()
self.realDoActualFuzz()


def realDoActualFuzz(self):
Expand Down

0 comments on commit 4a5859c

Please sign in to comment.