2
0
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:
JINMEI Tatuya
2013-02-07 11:39:03 -08:00
parent 7f8ec08cfd
commit b13d755de9

View File

@@ -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());