mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 08:30:30 +00:00
fixes missing return value
This commit is contained in:
@@ -228,6 +228,7 @@ protected:
|
||||
|
||||
// would this work?
|
||||
m_io_service->post(handler);
|
||||
return lib::error_code();
|
||||
}
|
||||
|
||||
lib::error_code dispatch(dispatch_handler handler) {
|
||||
|
||||
Reference in New Issue
Block a user