Mac - fix issue in mac_ip_filters

This commit is contained in:
atcuno
2013-06-05 01:35:58 +00:00
parent 6530638f4c
commit fd06463abf
+2 -2
View File
@@ -33,7 +33,7 @@ class mac_ip_filters(lsmod.mac_lsmod):
return
# change the last paramter to 1 to get messages about which good modules hooks were found in
good = common.is_known_address(ptr, kernel_symbol_addresses, kmods, 0)
good = common.is_known_address(ptr, kernel_symbol_addresses, kmods)
return (good, context, fname, ptr)
@@ -72,4 +72,4 @@ class mac_ip_filters(lsmod.mac_lsmod):
status = "UNKNOWN"
else:
status = "OK"
self.table_row(outfd, context, fname, ptr, status)
self.table_row(outfd, context, fname, ptr, status)