Fixed a bug in the startup sanity checks. When it had to make a fix it was trying...
authorArt Cancro <ajc@citadel.org>
Wed, 10 Feb 2021 16:24:35 +0000 (11:24 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 10 Feb 2021 16:24:35 +0000 (11:24 -0500)
commit36908e5d8ca8ad1207d7f8466c0858c71c9588b4
treebc359a7a2d9e8eee6629ca22ee2a6c7f68bad5dc
parent325ec75a28c593fc183eb3447089ed18b24b9026
Fixed a bug in the startup sanity checks.  When it had to make a fix it was trying to do so during an open cursor.  Refactored those functions.
citadel/control.c
citadel/domain.c
citadel/modules/smtp/serv_smtpclient.c
citadel/server_main.c