diff --git a/front/plugins/avahi_scan/avahi_scan.py b/front/plugins/avahi_scan/avahi_scan.py index e50db705..6a48506e 100755 --- a/front/plugins/avahi_scan/avahi_scan.py +++ b/front/plugins/avahi_scan/avahi_scan.py @@ -72,7 +72,8 @@ def main(): for device in unknown_devices: domain_name = execute_name_lookup(device['dev_LastIP'], timeout) - if domain_name != '': + # check if found and not a timeout ('to') + if domain_name != '' and domain_name != 'to': plugin_objects.add_object( # "MAC", "IP", "Server", "Name" primaryId = device['dev_MAC'],