mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't close fd twice. This line should have been deleted in r327279.
CID: 1384015
This commit is contained in:
parent
783d8ed04e
commit
53584cf69c
1 changed files with 0 additions and 1 deletions
|
|
@ -409,7 +409,6 @@ again:
|
|||
err(1, "write failed");
|
||||
}
|
||||
}
|
||||
close(fd);
|
||||
fprintf(stderr, "\n");
|
||||
send_end:
|
||||
gettimeofday(&end, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue