Skip to content

Commit

Permalink
dhcpd: imp docs more
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Aug 30, 2022
1 parent ff07c2f commit 38b1223
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 @@ -841,7 +841,7 @@ func (s *v4Server) processRequest(req, resp *dhcpv4.DHCPv4) (lease *Lease, needs
return lease, needsReply
}

// processRequest is the handler for the DHCP Decline request.
// processDecline is the handler for the DHCP Decline request.
func (s *v4Server) processDecline(req, resp *dhcpv4.DHCPv4) (err error) {
s.conf.notify(LeaseChangedDBStore)

Expand Down

0 comments on commit 38b1223

Please sign in to comment.