dovecot-2.1: log: Removed unnecessary code.

dovecot at dovecot.org dovecot at dovecot.org
Fri Jan 6 16:01:06 EET 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/66facb0594a1
changeset: 13899:66facb0594a1
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jan 06 16:00:45 2012 +0200
description:
log: Removed unnecessary code.

diffstat:

 src/log/log-connection.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r e749d3171acd -r 66facb0594a1 src/log/log-connection.c
--- a/src/log/log-connection.c	Fri Jan 06 15:23:53 2012 +0200
+++ b/src/log/log-connection.c	Fri Jan 06 16:00:45 2012 +0200
@@ -95,8 +95,6 @@
 					       line, net_ip2addr(&client->ip));
 		}
 	}
-	prefix = client != NULL && client->prefix != NULL ?
-		client->prefix : log->default_prefix;
 	i_set_failure_prefix(prefix);
 	i_log_type(&failure_ctx, "master: %s", line);
 	i_set_failure_prefix("log: ");


More information about the dovecot-cvs mailing list