aboutsummaryrefslogtreecommitdiff
path: root/zenserver
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver')
-rw-r--r--zenserver/zenserver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp
index 92d233f5b..0645ec80d 100644
--- a/zenserver/zenserver.cpp
+++ b/zenserver/zenserver.cpp
@@ -601,6 +601,9 @@ ZenServer::InitializeState(ZenServiceConfig& ServiceConfig)
}
}
+ // Release any open handles so we can overwrite the manifest
+ ManifestData = {};
+
// Handle any state wipe
if (WipeState)