]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4526] addressed review
authorRazvan Becheriu <razvan@isc.org>
Thu, 2 Jul 2026 08:38:42 +0000 (11:38 +0300)
committerFrancis Dupont <fdupont@isc.org>
Sat, 4 Jul 2026 08:47:33 +0000 (10:47 +0200)
src/hooks/dhcp/forensic_log/tests/legal_log6_unittests.cc
src/hooks/dhcp/forensic_log/tests/test_utils.h

index d973bf82cf7c2e0ccae0b6ee66c7a8ade19a3167..aed0e2aba0d4f5fe346f311a86aaca66164856cd 100644 (file)
@@ -2846,7 +2846,6 @@ TEST_F(CalloutTestv6, customLogRenderError) {
     {
         ScopedCalloutHandleState callout_handle_state(handle);
         handle->setArgument("lease6", lease6);
-        handle->setArgument("query6", decline_);
         ASSERT_NO_THROW(ret = lease6_decline(*handle));
         ASSERT_EQ(0, ret);
     }
index 1964ba9bb7edecf522327ae79ef636b24cd6e99f..61494741e92f0ff208507abb483f20571f623706 100644 (file)
@@ -121,6 +121,8 @@ public:
     }
 
     /// @brief Sets the mark continuation lines flag.
+    ///
+    /// @param mark_continuation_lines The mark continuation lines flag.
     void setMarkContinuationLines(bool mark_continuation_lines) {
         mark_continuation_lines_ = mark_continuation_lines;
     }