Don't close fd twice. This line should have been deleted in r327279.

CID: 1384015
This commit is contained in:
Warner Losh
2018-01-05 05:34:20 +00:00
parent 783d8ed04e
commit 53584cf69c
-1
View File
@@ -409,7 +409,6 @@ dvsend(int d, const char *filename, char ich, int count)
err(1, "write failed");
}
}
close(fd);
fprintf(stderr, "\n");
send_end:
gettimeofday(&end, NULL);