mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 15:24:17 +00:00
Fix the linter error
This commit is contained in:
parent
eccd042d69
commit
81a1f50d2c
@ -134,6 +134,10 @@ func (t *TlsTapper) Close() []error {
|
||||
errors = append(errors, sslHooks.close()...)
|
||||
}
|
||||
|
||||
for _, golangHooks := range t.golangHooksStructs {
|
||||
errors = append(errors, golangHooks.close()...)
|
||||
}
|
||||
|
||||
if err := t.bpfLogger.close(); err != nil {
|
||||
errors = append(errors, err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user