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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327571

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);