aboutsummaryrefslogtreecommitdiff
path: root/zenstore/caslog.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-08-17 15:18:37 +0200
committerStefan Boberg <[email protected]>2021-08-17 15:18:51 +0200
commit9deb4d7904deff765e034c2528dfca93b6cdb714 (patch)
tree531616ce61b0cf062d38e1a5421183639d22344f /zenstore/caslog.cpp
parentMerge branch 'main' of https://github.com/EpicGames/zen into main (diff)
downloadzen-9deb4d7904deff765e034c2528dfca93b6cdb714.tar.xz
zen-9deb4d7904deff765e034c2528dfca93b6cdb714.zip
Implemented support for dropping z$ buckets while online
Diffstat (limited to 'zenstore/caslog.cpp')
-rw-r--r--zenstore/caslog.cpp3
1 files changed, 2 insertions, 1 deletions
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