Skip to content

Commit

Permalink
Fixes typo reported in #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Vivet committed Mar 16, 2017
1 parent 6fbe542 commit 5885531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabi/emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def detect_hijacks(collector, files,
if rpki_roa_file is not None:
roa_rad_tree = Radix()
fill_roa_struct(rpki_roa_file, roa_rad_tree)
funcs.append(partial(annotate_if_roa, ro_rad_tree))
funcs.append(partial(annotate_if_roa, roa_rad_tree))

funcs.append(annotate_with_type)
logger.info("starting hijacks detection...")
Expand Down

0 comments on commit 5885531

Please sign in to comment.