From: Timo Sirainen Date: Mon, 1 Nov 2021 12:33:49 +0000 (-0400) Subject: master: Use MASTER_SERVICE_FLAG_DISABLE_SSL_SET X-Git-Tag: 2.3.17.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8414c38c5c3fa74e64105a7876cb33a682369f2b;p=thirdparty%2Fdovecot%2Fcore.git master: Use MASTER_SERVICE_FLAG_DISABLE_SSL_SET This prevents startup failures if ssl_ca has a large number of certificates. Broken by 36ff43f1a9aff8594d08f791e77ea13390fd569f --- diff --git a/src/master/main.c b/src/master/main.c index 9cf44bb0a8..8c4c3e6518 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -791,7 +791,8 @@ int main(int argc, char *argv[]) MASTER_SERVICE_FLAG_STANDALONE | MASTER_SERVICE_FLAG_DONT_SEND_STATS | MASTER_SERVICE_FLAG_DONT_LOG_TO_STDERR | - MASTER_SERVICE_FLAG_NO_INIT_DATASTACK_FRAME, + MASTER_SERVICE_FLAG_NO_INIT_DATASTACK_FRAME | + MASTER_SERVICE_FLAG_DISABLE_SSL_SET, &argc, &argv, "+Fanp"); i_unset_failure_prefix();