Correctly delete handle_immediate_ops when stopping a client

Fixes map::at crash in some cases
This commit is contained in:
Vitaliy Filippov
2026-03-02 01:48:19 +03:00
parent fd3e3b4ef0
commit 310c512b43
4 changed files with 9 additions and 3 deletions
+4
View File
@@ -57,3 +57,7 @@ json11::Json::object osd_messenger_t::merge_configs(const json11::Json::object &
{
return cli_config;
}
void osd_messenger_t::clear_immediate_ops(int peer_fd)
{
}