correct arguments for pre_4_10_rc1

This commit is contained in:
Abyss Watcher
2025-01-18 13:37:52 +01:00
parent 3b679cbafb
commit bb6556dbc0
@@ -117,9 +117,7 @@ class Tainting(interfaces.configuration.VersionableInterface):
return cls._module_flags_taint_post_4_10_rc1(
context, kernel_module_name, taints, is_module
)
return cls._module_flags_taint_pre_4_10_rc1(
context, kernel_module_name, taints, is_module
)
return cls._module_flags_taint_pre_4_10_rc1(taints, is_module)
@classmethod
def get_taints_parsed(