mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
un-breaks VCPP and doesn't seem to affect anything else
This commit is contained in:
@@ -305,7 +305,7 @@ public:
|
||||
*/
|
||||
connection_ptr get_con_from_hdl(connection_hdl hdl, lib::error_code & ec) {
|
||||
scoped_lock_type lock(m_mutex);
|
||||
connection_ptr con = lib::static_pointer_cast<connection_type,void>(
|
||||
connection_ptr con = lib::static_pointer_cast<connection_type>(
|
||||
hdl.lock());
|
||||
if (!con) {
|
||||
ec = error::make_error_code(error::bad_connection);
|
||||
|
||||
Reference in New Issue
Block a user