fix build of fuzzing_client

this seems fairly fundamental - does nothing else use this and fail?
This commit is contained in:
Jonathan Rosser
2012-07-31 10:39:59 +01:00
parent 3ecec05364
commit 6f0722b04e

View File

@@ -237,7 +237,7 @@ public:
boost::lock_guard<boost::recursive_mutex> lock(m_lock);
if (!new_handler) {
elog()->at(log::elevel::FATAL)
elog().at(log::elevel::FATAL)
<< "Tried to switch to a NULL handler." << log::endl;
throw websocketpp::exception("TODO: handlers can't be null");
}