Skip to content

Commit

Permalink
Fix usage of NextMN-CTRL
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 21, 2024
1 parent 5818c1b commit 5c57bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tasks/nextmn-headend-ctrl.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (t *TaskNextMNHeadendWithCtrl) RunInit() error {
if err != nil {
return err
}
if ep, err := netfunc.NewHeadend(t.headend, ttl, hopLimit, t.debug); err != nil {
if ep, err := netfunc.NewHeadendWithCtrl(t.headend, t.rr, ttl, hopLimit, t.debug); err != nil {
return err
} else {
t.netfunc = ep
Expand Down

0 comments on commit 5c57bb2

Please sign in to comment.