Skip to content
Snippets Groups Projects
Commit ab9e2eb9 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

build fix

parent 60aec348
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ func addPathCapabilities(c config.Peer) []packet.Capability {
},
})
if c.IPv6 {
if c.IPv6 != nil {
caps = append(caps, packet.Capability{
Code: packet.AddPathCapabilityCode,
Value: packet.AddPathCapability{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment