mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 06:20:26 +00:00
fix npe, these don't need to be pointers
This commit is contained in:
parent
5131d854e5
commit
02ba9dc97c
@ -20,8 +20,8 @@ type Core struct {
|
|||||||
admin admin
|
admin admin
|
||||||
searches searches
|
searches searches
|
||||||
multicast multicast
|
multicast multicast
|
||||||
tcp *tcpInterface
|
tcp tcpInterface
|
||||||
udp *udpInterface
|
udp udpInterface
|
||||||
log *log.Logger
|
log *log.Logger
|
||||||
ifceExpr []*regexp.Regexp // the zone of link-local IPv6 peers must match this
|
ifceExpr []*regexp.Regexp // the zone of link-local IPv6 peers must match this
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user