mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fix build of fuzzing_client
this seems fairly fundamental - does nothing else use this and fail?
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user