Skip to content

Commit

Permalink
Merge pull request #400 from cybwan/main
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
inhogog2 authored Sep 20, 2023
2 parents edd7155 + c9237a8 commit fffb9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/loxinlp/nlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ func NlpInit(bgpPeerMode bool, blackList string) *NlH {
go NlpGet(checkInit)
done := <-checkInit

err := nlp.LinkSubscribe(nNl.FromLUCh, nNl.FromAUDone)
err := nlp.LinkSubscribe(nNl.FromLUCh, nNl.FromLUDone)
if err != nil {
tk.LogIt(tk.LogError, "%v", err)
} else {
Expand Down

0 comments on commit fffb9b0

Please sign in to comment.