Skip to content

Commit af2064b

Browse files
ballle98Copilot
andcommitted
[ddwrt] update DDWRTNetworkCache.clearAll()
AI code review PR openhab#20505 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Ballard <ballle98@gmail.com>
1 parent 218263f commit af2064b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bundles/org.openhab.binding.ddwrt/src/main/java/org/openhab/binding/ddwrt/internal/api/DDWRTNetworkCache.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,12 @@ public void clearAll() {
374374
devicesByMac.clear();
375375
wirelessClientsByMac.clear();
376376
hostnameToMac.clear();
377+
mergedAwayMacs.clear();
377378
radiosByInterfaceId.clear();
378379
firewallRulesByRuleId.clear();
379380
dhcpLeasesByMac.clear();
380381
dhcpHostnameToMac.clear();
382+
listenersByKey.clear();
381383
}
382384

383385
private static String normalizeMac(String mac) {

0 commit comments

Comments
 (0)