Fix backport of restricting_mutation_reader

This commit is contained in:
Avi Kivity
2016-06-27 19:56:59 +03:00
parent 34a712ddb9
commit e8fcf0a6be

View File

@@ -234,7 +234,7 @@ public:
_sem.signal(_weight);
}
}
future<streamed_mutation_opt> operator()() override {
future<mutation_opt> operator()() override {
// FIXME: we should defer freeing until the mutation is freed, perhaps,
// rather than just returned
if (_waited) {