remove another int cast from netstat

This commit is contained in:
Andrew Case
2019-02-26 22:20:33 +00:00
committed by ikelos
parent 7d15a1667e
commit 75a6113369
+1 -1
View File
@@ -41,7 +41,7 @@ class Netstat(plugins.PluginInterface):
except exceptions.PagedInvalidAddressException:
continue
family = int(socket.get_family())
family = socket.get_family()
if family == 1:
try: