dovecot-2.2: lib-master: Compiler warning fix

dovecot at dovecot.org dovecot at dovecot.org
Sat Aug 29 21:43:12 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/512a4792d9f5
changeset: 19040:512a4792d9f5
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Aug 30 00:42:16 2015 +0300
description:
lib-master: Compiler warning fix

diffstat:

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

diffs (12 lines):

diff -r 8f8f768937f5 -r 512a4792d9f5 src/lib-master/master-service.c
--- a/src/lib-master/master-service.c	Sat Apr 25 11:42:06 2015 +0200
+++ b/src/lib-master/master-service.c	Sun Aug 30 00:42:16 2015 +0300
@@ -161,8 +161,6 @@
 #ifdef DEBUG
 	if (getenv("GDB") == NULL &&
 	    (flags & MASTER_SERVICE_FLAG_STANDALONE) == 0) {
-		int count;
-
 		value = getenv("SOCKET_COUNT");
 		if (value == NULL || str_to_uint(value, &count) < 0)
 			count = 0;


More information about the dovecot-cvs mailing list