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