From 68b690e9905fbaa5e3985e443a3e6de4de6eff2c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 10 Jul 2023 13:07:13 -0900 Subject: [PATCH] ctdl3264: grab files from this commit if we bring it back. I'm going to experiment with replacing this somewhat kludgey utility with proper dump and load utilities. Then we can use it as a more reliable replacement for ctdlmigrate. Who the hell needs online migration on a running server anyway? --- citadel/utils/ctdl3264.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/citadel/utils/ctdl3264.c b/citadel/utils/ctdl3264.c index dce5739fb..698262e08 100644 --- a/citadel/utils/ctdl3264.c +++ b/citadel/utils/ctdl3264.c @@ -6,6 +6,8 @@ // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. +// we will probably replace this with dump and load utilities + #include #include #include -- 2.39.2