From: Timo Sirainen Date: Thu, 11 Jul 2019 11:43:13 +0000 (+0300) Subject: dict: Exit early to work around various errors and crashes at shutdown X-Git-Tag: 2.3.7~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e49d94cfe7d9efc7ea6b5c6de1669eca3780600;p=thirdparty%2Fdovecot%2Fcore.git dict: Exit early to work around various errors and crashes at shutdown This is just a kludge until the dict process cleanup can be done cleanly. --- diff --git a/src/dict/main.c b/src/dict/main.c index 6a9f3df534..722ed025f3 100644 --- a/src/dict/main.c +++ b/src/dict/main.c @@ -116,6 +116,9 @@ static void main_init(void) static void main_deinit(void) { + /* FIXME: we're not able to do a clean deinit currently without + larger changes. */ + exit(0); timeout_remove(&to_proctitle); dict_connections_destroy_all();