diff --git a/query_result_merger.hh b/query_result_merger.hh index 61b0b565b0..2296ef4d9c 100644 --- a/query_result_merger.hh +++ b/query_result_merger.hh @@ -25,7 +25,7 @@ public: // FIXME: Eventually we should return a composite_query_result here // which holds the vector of query results and which can be quickly turned // into packet fragments by the transport layer without copying the data. - foreign_ptr> get() && { + foreign_ptr> get() { auto merged = make_lw_shared(); size_t total_size = 0;