From: Timo Sirainen Date: Mon, 9 Aug 2010 17:14:48 +0000 (+0100) Subject: ssl-params: Comment update. X-Git-Tag: 2.0.rc5~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40e30ba414a47bac60b996818ef7732a6ed91190;p=thirdparty%2Fdovecot%2Fcore.git ssl-params: Comment update. --- diff --git a/src/ssl-params/main.c b/src/ssl-params/main.c index 17c66d36b5..3381ef3a27 100644 --- a/src/ssl-params/main.c +++ b/src/ssl-params/main.c @@ -79,9 +79,10 @@ static void ssl_params_callback(const unsigned char *data, size_t size) buffer_append(ssl_params, data, size); if (!array_is_created(&delayed_fds)) { - /* master ran us at startup to make sure ssl parameters - are generated asap. we may not be needed for a while - (or ever), so kill ourself now. */ + /* if we don't get client connections soon, it means master + ran us at startup to make sure ssl parameters are generated + asap. if we're here because of that, don't bother hanging + around to see if we get any client connections. */ to_startup = timeout_add(STARTUP_IDLE_TIMEOUT_MSECS, master_service_stop, master_service); return;