From: Timo Sirainen Date: Fri, 16 Jul 2010 11:10:13 +0000 (+0100) Subject: lmtp: Removed FIXME comment X-Git-Tag: 2.0.rc3~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5babd4ea611616f0b3b2b9fb5917c78d1999a7b;p=thirdparty%2Fdovecot%2Fcore.git lmtp: Removed FIXME comment --- diff --git a/src/lmtp/commands.c b/src/lmtp/commands.c index 92486d3286..6c36bf91bd 100644 --- a/src/lmtp/commands.c +++ b/src/lmtp/commands.c @@ -733,8 +733,7 @@ static int client_input_add_file(struct client *client, 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);