mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
Fix build
This commit is contained in:
parent
590d83aa9c
commit
6112c9cf18
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ func run(args yggArgs, ctx context.Context) {
|
||||||
Beacon: intf.Beacon,
|
Beacon: intf.Beacon,
|
||||||
Listen: intf.Listen,
|
Listen: intf.Listen,
|
||||||
Port: intf.Port,
|
Port: intf.Port,
|
||||||
Priority: intf.Priority,
|
Priority: uint8(intf.Priority),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if n.multicast, err = multicast.New(n.core, logger, options...); err != nil {
|
if n.multicast, err = multicast.New(n.core, logger, options...); err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue