dovecot-2.0: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Thu May 27 20:26:29 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/75b8bde60e65
changeset: 11391:75b8bde60e65
user:      Timo Sirainen <tss at iki.fi>
date:      Thu May 27 18:26:23 2010 +0100
description:
Compiler warning fix.

diffstat:

 src/util/tcpwrap.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 19730f396800 -r 75b8bde60e65 src/util/tcpwrap.c
--- a/src/util/tcpwrap.c	Thu May 27 18:08:56 2010 +0100
+++ b/src/util/tcpwrap.c	Thu May 27 18:26:23 2010 +0100
@@ -99,7 +99,7 @@
 	master_service_client_connection_destroyed(master_service);
 }
 
-static void client_connected(const struct master_service_connection *conn)
+static void client_connected(struct master_service_connection *conn)
 {
 	if (tcpwrap_client != NULL) {
 		i_error("tcpwrap must be configured with client_limit=1");


More information about the dovecot-cvs mailing list