Skip to content

Commit

Permalink
do not return
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Dec 11, 2023
1 parent feb6c93 commit 6f06ada
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/networkservice/common/heal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func (h *healClient) Request(ctx context.Context, request *networkservice.Networ
if err != nil {
if len(request.GetConnection().GetPath().GetPathSegments()) > 1 && h.livenessCheck == nil && !loopHandle.healingStarted {
_ = begin.FromContext(ctx).Request(begin.WithReselect())
return nil, err
}
if loaded && !loopHandle.healingStarted {
eventLoopErr := h.startEventLoop(ctx, request.GetConnection())
Expand Down

0 comments on commit 6f06ada

Please sign in to comment.