mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
write() takes a reference to deletion_time which means that the object must survive until the continuation is scheduled. This patch fix the problem the use of do_with(). The problem was making debug version of urchin tests fail. Signed-off-by: Raphael S. Carvalho <raphaelsc@cloudius-systems.com>