mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
- A cosmetic bug in DHCPDECLINE processing was fixed which caused all
successful DHCPDECLINEs to be logged as "not found" rather than "abandoned". [ISC-Bugs #18605]
This commit is contained in:
@@ -917,8 +917,9 @@ void dhcpdecline (packet, ms_nulltp)
|
||||
|
||||
abandon_lease (lease, "declined.");
|
||||
status = "abandoned";
|
||||
} else {
|
||||
status = "not found";
|
||||
}
|
||||
status = "not found";
|
||||
} else
|
||||
status = "ignored";
|
||||
|
||||
|
Reference in New Issue
Block a user