Skip to content

Commit

Permalink
report only once when we unregister binary
Browse files Browse the repository at this point in the history
  • Loading branch information
nplanel committed Jan 24, 2023
1 parent 0417d8e commit d61a9f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/network/protocols/http/ebpf_gotls.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ func (p *GoTLSProgram) unregisterProcess(pid pid) {
bin.processCount -= 1

if bin.processCount == 0 {
log.Debugf("no processes left for binID %v", bin.binID)
p.unhookBinary(bin)
delete(p.binaries, binID)
}
Expand Down

0 comments on commit d61a9f8

Please sign in to comment.