CtdlPutSysConfig() don't delete the old copy of the config until after the new one...
authorArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2021 03:55:37 +0000 (03:55 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 3 Sep 2021 03:55:37 +0000 (03:55 +0000)
commitd5cf6384f56c834fba45703e84381b0d7fcfb303
treeb2e457527d6e289def05ef0af93786346eee0192
parent827024a4c5c69c847c55111c718e1c90c7a2a24c
CtdlPutSysConfig() don't delete the old copy of the config until after the new one has been written.  This eliminates data loss if the server is stopped in between.
citadel/config.c