Skip to content

Commit

Permalink
dhcpd: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Feb 10, 2021
1 parent 9e74adb commit 7dd7b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dhcpd/v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type v4Server struct {
srv *server4.Server
leasesLock sync.Mutex
leases []*Lease
// TODO(e.burkov): Use smarter approach.
// TODO(e.burkov): This field type should be a normal bitmap.
ipAddrs [256]byte

conf V4ServerConf
Expand Down

0 comments on commit 7dd7b6e

Please sign in to comment.