Skip to content

Commit

Permalink
heal: use path from previous connection (#1167)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Nov 19, 2021
1 parent f62d805 commit 518ed72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/networkservice/common/begin/event_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func (f *eventFactoryClient) Request(opts ...Option) <-chan error {
if request.GetConnection() != nil {
request.GetConnection().Mechanism = nil
request.GetConnection().NetworkServiceEndpointName = ""
request.GetConnection().GetPath().PathSegments = request.GetConnection().GetPath().PathSegments[:request.GetConnection().GetPath().GetIndex()+1]
}
}
ctx, cancel := f.ctxFunc()
Expand Down

0 comments on commit 518ed72

Please sign in to comment.