]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3347] Updated ChangeLog
authorThomas Markwalder <tmark@isc.org>
Tue, 23 Apr 2024 11:24:05 +0000 (07:24 -0400)
committerRazvan Becheriu <razvan@isc.org>
Tue, 23 Apr 2024 14:36:18 +0000 (17:36 +0300)
ChangeLog
src/hooks/dhcp/perfmon/tests/perfmon_mgr_unittests.cc

index 14145054e0e461cdb56236bf196529097107df10..3d7500f4f038e3907a95e19d632b4958f4aab993 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
 2223.  [bug]           tmark
-       Fixed an issue in PerfMon hook library which can cause
-       the server to crash when a packet is processed for which
-       server does not select a subnet.
+       Fixed an issue in PerfMon hook library which causes
+       the kea6_server to crash when the server responds
+       to a client query for which no subnet was selected.
        (Gitlab #3347)
 
 2222.  [bug]           piotrek
index 825a8c52f6ed2d8114d05957acf99abd227269be..11af36dfc234187d968f3421cd13ff227572022f 100644 (file)
@@ -632,7 +632,6 @@ public:
     /// @brief Family specific subnets.
     SubnetPtr subnet22_;
     SubnetPtr subnet33_;
-
 };
 
 /// @brief Test fixture for testing PerfMonConfig for DHCPV4.