2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-04 12:07:58 +00:00

Fix discostatus typo hiding records from the unidentified filter

This commit is contained in:
Markus Hilger
2026-07-02 22:07:38 +02:00
parent 7727cd86fc
commit e280651343
+1 -1
View File
@@ -895,7 +895,7 @@ async def detected(info):
rechecktime = util.monotonic_time() + 300
rechecker = tasks.spawn_task_after(300, _periodic_recheck, cfg)
unknown_info[info['hwaddr']] = info
info['discostatus'] = 'unidentfied'
info['discostatus'] = 'unidentified'
#TODO, spawn after to recheck sooner, or somehow else
# influence periodic recheck to shorten delay?
return