Skip to content

Commit

Permalink
drakrun: fix bug with anti API hammering (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml authored Jun 8, 2021
1 parent 9351ffb commit 3f6c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drakrun/drakrun/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ def build_drakvuf_cmdline(
)

if anti_hammering_threshold:
drakvuf_cmd.extend(["--traps-ttl", anti_hammering_threshold])
drakvuf_cmd.extend(["--traps-ttl", str(anti_hammering_threshold)])

drakvuf_cmd.extend(self.get_profile_list())

Expand Down

0 comments on commit 3f6c1e3

Please sign in to comment.