dovecot: typofix: "(null" -> "(null)"

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 13 16:56:04 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/2392908727b8
changeset: 6284:2392908727b8
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 13 16:56:00 2007 +0300
description:
typofix: "(null" -> "(null)"

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/mail-log/mail-log-plugin.c |    2 +-

diffs (12 lines):

diff -r 2d5363433029 -r 2392908727b8 src/plugins/mail-log/mail-log-plugin.c
--- a/src/plugins/mail-log/mail-log-plugin.c	Mon Aug 13 16:18:08 2007 +0300
+++ b/src/plugins/mail-log/mail-log-plugin.c	Mon Aug 13 16:56:00 2007 +0300
@@ -296,7 +296,7 @@ static void mail_log_action(struct mail 
 
 	if ((mail_log_set.fields & MAIL_LOG_FIELD_MSGID) != 0) {
 		if (mail_get_first_header(mail, "Message-ID", &msgid) <= 0)
-			msgid = "(null";
+			msgid = "(null)";
 		str_printfa(str, "msgid=%s, ",
 			    str_sanitize(msgid, MSGID_LOG_LEN));
 	}


More information about the dovecot-cvs mailing list