mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-05 20:42:46 +00:00
typo
This commit is contained in:
@@ -77,7 +77,7 @@ func (factory *tcpStreamFactory) New(net, transport gopacket.Flow, tcp *layers.T
|
|||||||
parent: stream,
|
parent: stream,
|
||||||
isClient: true,
|
isClient: true,
|
||||||
isOutgoing: props.isOutgoing,
|
isOutgoing: props.isOutgoing,
|
||||||
outboundLinkWriter: factory.outbountLinkWriter,
|
outboundLinkWriter: factory.outboundLinkWriter,
|
||||||
Emitter: factory.Emitter,
|
Emitter: factory.Emitter,
|
||||||
}
|
}
|
||||||
factory.wg.Add(2)
|
factory.wg.Add(2)
|
||||||
|
Reference in New Issue
Block a user