dovecot-2.0: lmtp: Removed FIXME comment

dovecot at dovecot.org dovecot at dovecot.org
Fri Jul 16 14:10:16 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/b3f88a516a49
changeset: 11836:b3f88a516a49
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 16 12:10:13 2010 +0100
description:
lmtp: Removed FIXME comment

diffstat:

 src/lmtp/commands.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r bbbb542f1e2d -r b3f88a516a49 src/lmtp/commands.c
--- a/src/lmtp/commands.c	Fri Jul 16 12:09:37 2010 +0100
+++ b/src/lmtp/commands.c	Fri Jul 16 12:10:13 2010 +0100
@@ -733,8 +733,7 @@
 		return 0;
 	}
 
-	/* move everything to a temporary file. FIXME: it really shouldn't
-	   be in /tmp.. */
+	/* move everything to a temporary file. */
 	path = t_str_new(256);
 	mail_user_set_get_temp_prefix(path, client->user_set);
 	fd = safe_mkstemp_hostpid(path, 0600, (uid_t)-1, (gid_t)-1);


More information about the dovecot-cvs mailing list