mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[1924] cancel a constify; recent change does not allow that any more.
This commit is contained in:
@@ -184,8 +184,7 @@ protected:
|
||||
|
||||
// Check the session sent a message with the given header. The
|
||||
// message is hardcoded.
|
||||
void checkSentMessage(const string& expected_hdr,
|
||||
const char* description) const
|
||||
void checkSentMessage(const string& expected_hdr, const char* description)
|
||||
{
|
||||
SCOPED_TRACE(description);
|
||||
const SentMessage &msg(sess.getSentMessage());
|
||||
|
Reference in New Issue
Block a user