5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-16 18:29:35 +00:00

Fix build

This commit is contained in:
Neil Alexander 2022-11-01 18:34:49 +00:00
parent 590d83aa9c
commit 6112c9cf18
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -339,7 +339,7 @@ func run(args yggArgs, ctx context.Context) {
Beacon: intf.Beacon,
Listen: intf.Listen,
Port: intf.Port,
Priority: intf.Priority,
Priority: uint8(intf.Priority),
})
}
if n.multicast, err = multicast.New(n.core, logger, options...); err != nil {