From 9deb4d7904deff765e034c2528dfca93b6cdb714 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Tue, 17 Aug 2021 15:18:37 +0200 Subject: Implemented support for dropping z$ buckets while online --- zenstore/caslog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zenstore/caslog.cpp') diff --git a/zenstore/caslog.cpp b/zenstore/caslog.cpp index 0ef3ed1bd..169629053 100644 --- a/zenstore/caslog.cpp +++ b/zenstore/caslog.cpp @@ -98,8 +98,9 @@ void CasLogFile::Close() { // TODO: update header and maybe add trailer - Flush(); + + m_File.Close(); } void -- cgit v1.2.3