diff options
Diffstat (limited to 'networking/sendmail.c')
-rw-r--r-- | networking/sendmail.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/networking/sendmail.c b/networking/sendmail.c index fa995abf4..b2fbc5a7a 100644 --- a/networking/sendmail.c +++ b/networking/sendmail.c | |||
@@ -512,10 +512,7 @@ int sendgetmail_main(int argc, char **argv) | |||
512 | if (fd < 0) | 512 | if (fd < 0) |
513 | bb_perror_msg_and_die("cannot create unique file"); | 513 | bb_perror_msg_and_die("cannot create unique file"); |
514 | close(fd); | 514 | close(fd); |
515 | if (rename(tmp_name, new_name) < 0) { | 515 | xrename(tmp_name, new_name); |
516 | // something is very wrong | ||
517 | bb_perror_msg_and_die("cannot move %s to %s", tmp_name, new_name); | ||
518 | } | ||
519 | } | 516 | } |
520 | 517 | ||
521 | // delete message from server | 518 | // delete message from server |