]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lmtp: Removed FIXME comment
authorTimo Sirainen <tss@iki.fi>
Fri, 16 Jul 2010 11:10:13 +0000 (12:10 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 16 Jul 2010 11:10:13 +0000 (12:10 +0100)
src/lmtp/commands.c

index 92486d328698de9344149303aee98d3bad7e8bf0..6c36bf91bdafe9728a2740ee954bb009df6eda0a 100644 (file)
@@ -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);