dovecot-2.0-sslstream: master: Don't remove auth-worker.* socket...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:19 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/1ae1d47aaef8
changeset: 10119:1ae1d47aaef8
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Oct 20 19:44:57 2009 -0400
description:
master: Don't remove auth-worker.* sockets at startup. They're no longer used.

diffstat:

1 file changed, 3 deletions(-)
src/master/master-settings.c |    3 ---

diffs (13 lines):

diff -r 1c166f7d673e -r 1ae1d47aaef8 src/master/master-settings.c
--- a/src/master/master-settings.c	Tue Oct 20 19:43:22 2009 -0400
+++ b/src/master/master-settings.c	Tue Oct 20 19:44:57 2009 -0400
@@ -487,9 +487,6 @@ bool master_settings_do_fixes(const stru
 		return FALSE;
 	}
 
-	/* remove auth worker sockets left by unclean exits */
-	unlink_sockets(set->base_dir, "auth-worker.");
-
 	login_dir = t_strconcat(set->base_dir, "/login", NULL);
 	if (settings_have_auth_unix_listeners_in(set, login_dir)) {
 		/* we are not using external authentication, so make sure the


More information about the dovecot-cvs mailing list