dovecot-2.0: ssl-params: Comment update.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 9 20:14:50 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/59b0e70c8f14
changeset: 11970:59b0e70c8f14
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 09 18:14:48 2010 +0100
description:
ssl-params: Comment update.

diffstat:

 src/ssl-params/main.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r b8a09fa4acc4 -r 59b0e70c8f14 src/ssl-params/main.c
--- a/src/ssl-params/main.c	Mon Aug 09 18:12:12 2010 +0100
+++ b/src/ssl-params/main.c	Mon Aug 09 18:14:48 2010 +0100
@@ -79,9 +79,10 @@
 	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;


More information about the dovecot-cvs mailing list