diff options
author | Shawn Routhier <sar@isc.org> | 2012-04-10 21:27:07 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2012-04-10 21:27:07 +0000 |
commit | 3139fbb1e167072d0bbf2751b39537bebe50a656 (patch) | |
tree | e46a02c3b3ff851d3ac5c83e8cb1a2a89d6f233d /RELNOTES | |
parent | 238577e1f9cea9211cf92a8f2e4bb030ceee7483 (diff) | |
download | isc-dhcp-3139fbb1e167072d0bbf2751b39537bebe50a656.tar.gz |
Remove unnecessary checks in the lease query code and clean up
several compiler issues (some dereferences of NULL and treating
an int as a boolean).
[ISC-Bugs #26203]
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -114,6 +114,11 @@ work on other platforms. Please report any problems and suggested fixes to [ISC-Bugs #23138] [ISC-Bugs #27945] [ISC-Bugs #25586] [ISC-Bugs #27684] +- Remove unnecessary checks in the lease query code and clean up + several compiler issues (some dereferences of NULL and treating + an int as a boolean). + [ISC-Bugs #26203] + Changes since 4.2.2 - Fix the code that checks for an existing DDNS transaction to cancel |