Remove temp file.
Этот коммит содержится в:
родитель
d95da48aee
Коммит
aa0e8fd5ac
@ -1741,6 +1741,10 @@ iperf_new_stream(struct iperf_test *test, int s)
|
||||
i_errno = IECREATESTREAM;
|
||||
return NULL;
|
||||
}
|
||||
if (unlink(template) < 0) {
|
||||
i_errno = IECREATESTREAM;
|
||||
return NULL;
|
||||
}
|
||||
if (ftruncate(sp->buffer_fd, test->settings->blksize) < 0) {
|
||||
i_errno = IECREATESTREAM;
|
||||
return NULL;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user