]> code.citadel.org Git - citadel.git/commit
Abort if source database is not 32-bit.
authorArt Cancro <ajc@citadel.org>
Fri, 7 Apr 2023 17:29:34 +0000 (13:29 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 7 Apr 2023 17:29:34 +0000 (13:29 -0400)
commitf362ad9d84d52b203ecefde7033e9679bfd3321e
tree0c36d71a52e4905bf69fb466f6e7c035c6c9ea0d
parent1a7703f9baa463316f2d883a50d4f38a1d5aed90
Abort if source database is not 32-bit.

We detect this in the very first table (msgmain) by bailing out if
we see any key with a length other than 4 bytes.
citadel/utils/ctdl3264.c