From b5babd4ea611616f0b3b2b9fb5917c78d1999a7b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 16 Jul 2010 12:10:13 +0100 Subject: [PATCH] lmtp: Removed FIXME comment --- src/lmtp/commands.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 2.47.3