dovecot-2.2: master: systemd socket verification wasn't actually...

dovecot at dovecot.org dovecot at dovecot.org
Sun May 20 03:26:36 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/17b20880453c
changeset: 14557:17b20880453c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed May 09 15:01:20 2012 +0300
description:
master: systemd socket verification wasn't actually being called normally.

diffstat:

 src/master/service-listen.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r eab6ce7a5ad6 -r 17b20880453c src/master/service-listen.c
--- a/src/master/service-listen.c	Wed May 09 06:11:58 2012 +0300
+++ b/src/master/service-listen.c	Wed May 09 15:01:20 2012 +0300
@@ -339,7 +339,7 @@
 	}
 
 #ifdef HAVE_SYSTEMD
-	if (ret == 0)
+	if (ret > 0)
 		services_verify_systemd(service_list);
 #endif
 	return ret;


More information about the dovecot-cvs mailing list