From 5885531f3bffe9e01c4c8436ae451ff1cd8c08b9 Mon Sep 17 00:00:00 2001 From: Nicolas Vivet Date: Thu, 16 Mar 2017 15:11:35 +0100 Subject: [PATCH] Fixes typo reported in #1 --- tabi/emulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabi/emulator.py b/tabi/emulator.py index fbe6499..0b94b70 100644 --- a/tabi/emulator.py +++ b/tabi/emulator.py @@ -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...")