Skip to content

Commit 0e3ef3f

Browse files
committed
fix missing event for multi protocol
1 parent e4a0b8e commit 0e3ef3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/tmplexec/multiproto/multi.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ func (m *MultiProtocol) ExecuteWithResults(ctx *scan.ScanContext) error {
143143
if req.Type() == types.SSLProtocol && stringsutil.ContainsAnyI(err.Error(), "protocol version not supported", "could not do tls handshake") {
144144
continue
145145
}
146-
return err
147146
}
148147
}
149148
return nil

0 commit comments

Comments
 (0)