mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
firewall: live log: reassignment issue
This commit is contained in:
parent
aac5ef063d
commit
f8d9db3510
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue