mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-07 18:51:35 -07:00
dig utility name discovery work #534
This commit is contained in:
@@ -382,7 +382,7 @@ def resolve_device_name_dig (pMAC, pIP):
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
newName = cleanDeviceName(newName, True)
|
newName = cleanDeviceName(newName, True)
|
||||||
|
|
||||||
if newName == "" or len(newName) == 0 or newName == '-1' or newName == -1 or "communications error" in newName:
|
if newName == "" or len(newName) == 0 or newName == '-1' or newName == -1 or "communications error" in newName or 'malformed message packet' in newName :
|
||||||
return nameNotFound
|
return nameNotFound
|
||||||
|
|
||||||
# all checks passed
|
# all checks passed
|
||||||
|
|||||||
Reference in New Issue
Block a user