mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 08:17:13 +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