Skip to content

Commit

Permalink
ignore node since its not used
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi committed Dec 11, 2024
1 parent e02711e commit aeaf45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kds/v2/server/tenant_callback.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (c *tenancyCallbacks) OnStreamDeltaRequest(streamID int64, request *envoy_s
return nil
}

func (c *tenancyCallbacks) OnDeltaStreamClosed(streamID int64, node *envoy_core.Node) {
func (c *tenancyCallbacks) OnDeltaStreamClosed(streamID int64, _ *envoy_core.Node) {
c.Lock()
delete(c.streamToCtx, streamID)
c.Unlock()
Expand Down

0 comments on commit aeaf45f

Please sign in to comment.