mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Remove TODO that is already adressed in Issue
This commit is contained in:
parent
a560f52b42
commit
d3e70523f2
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ func initialHandler(pkt packet.Packet, link *network.Link) {
|
|||
case link.Inspect:
|
||||
log.Tracer(pkt.Ctx()).Trace("firewall: start inspecting")
|
||||
link.SetFirewallHandler(inspectThenVerdict)
|
||||
inspectThenVerdict(pkt, link) // TODO: corrent?: concurrently also called in link.SetFirewallHandler->go link.packetHandler()->fwH(pkt, link)
|
||||
inspectThenVerdict(pkt, link)
|
||||
default:
|
||||
link.StopFirewallHandler()
|
||||
issueVerdict(pkt, link, 0, true)
|
||||
|
|
Loading…
Add table
Reference in a new issue