firewall: live log: reassignment issue

This commit is contained in:
Stephan de Wit 2025-10-23 14:51:16 +02:00
parent aac5ef063d
commit f8d9db3510

View file

@ -955,7 +955,7 @@
filterVM.updateTable(records);
lookup().then(() => {
records.map((record) => {
records = records.map((record) => {
if (hostnames.get(record.src) !== '<in-flight>') {
record['srchostname'] = hostnames.get(record.src);
}