storage_proxy: move array instead of copy it.

This commit is contained in:
Gleb Natapov
2015-10-13 12:11:27 +03:00
parent c58ae5432c
commit 77ceeee2a8

View File

@@ -720,7 +720,7 @@ storage_proxy::create_write_response_handler(const mutation& m, db::consistency_
db::assure_sufficient_live_nodes(cl, ks, live_endpoints);
return create_write_response_handler(ks, cl, type, freeze(m), std::move(live_endpoints), pending_endpoints, dead_endpoints);
return create_write_response_handler(ks, cl, type, freeze(m), std::move(live_endpoints), pending_endpoints, std::move(dead_endpoints));
}
void