diff options
Diffstat (limited to 'networking/sendmail.c')
-rw-r--r-- | networking/sendmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/sendmail.c b/networking/sendmail.c index 5dababc4b..63305d149 100644 --- a/networking/sendmail.c +++ b/networking/sendmail.c | |||
@@ -481,12 +481,12 @@ int sendgetmail_main(int argc, char **argv) | |||
481 | // make tempnam(dir, salt) respect dir argument | 481 | // make tempnam(dir, salt) respect dir argument |
482 | unsetenv("TMPDIR"); | 482 | unsetenv("TMPDIR"); |
483 | 483 | ||
484 | // TODO: piping thru external filter argv... if *argv | 484 | // TODO: piping through external filter argv... if *argv |
485 | 485 | ||
486 | // cache fetch command | 486 | // cache fetch command |
487 | { | 487 | { |
488 | const char *retr = (opts & OPTF_t) ? "TOP %u 0" : "RETR %u"; | 488 | const char *retr = (opts & OPTF_t) ? "TOP %u 0" : "RETR %u"; |
489 | // loop thru messages | 489 | // loop through messages |
490 | for (; nmsg; nmsg--) { | 490 | for (; nmsg; nmsg--) { |
491 | int fd; | 491 | int fd; |
492 | char tmp_name[sizeof("tmp/XXXXXX")]; | 492 | char tmp_name[sizeof("tmp/XXXXXX")]; |