Skip to content

Commit

Permalink
pkg/internal/zebra: remove duplicate errorcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gshirazi authored Sep 22, 2022
1 parent c521e95 commit 086c8c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/pkg/zebra/zapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -1359,9 +1359,6 @@ func NewClient(logger log.Logger, network, address string, typ RouteType, versio
if err != nil {
return nil, err
}
if err != nil {
return nil, err
}
outgoing := make(chan *Message)
incoming := make(chan *Message, 64)
if version < MinZapiVer {
Expand Down

0 comments on commit 086c8c9

Please sign in to comment.