Skip to content

Commit

Permalink
Fix NetworksWithin
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Jan 20, 2025
1 parent 2fabca0 commit fa198b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions traverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func (r *Reader) NetworksWithin(prefix netip.Prefix, options ...NetworksOption)
prefixLen: uint8(bit),
err: fmt.Errorf("prefixing %s with %d", netIP, bit),
})
return
}

nodes := make([]netNode, 0, 64)
Expand Down

0 comments on commit fa198b8

Please sign in to comment.