api: storage_service: unset reload_raft_topology_state

Every endpoint needs to be unset. Oversight in
992f1327d3.

Closes scylladb/scylladb#15591
This commit is contained in:
Kamil Braun
2023-09-29 14:57:45 +02:00
committed by Pavel Emelyanov
parent 471e125592
commit b68d6ad5e9

View File

@@ -1449,6 +1449,7 @@ void unset_storage_service(http_context& ctx, routes& r) {
ss::get_ownership.unset(r);
ss::get_effective_ownership.unset(r);
ss::sstable_info.unset(r);
ss::reload_raft_topology_state.unset(r);
sp::get_schema_versions.unset(r);
}