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

CID: 1384015
This commit is contained in:
imp 2018-01-05 05:34:20 +00:00
parent b25a2bc03a
commit 18ee4261d0

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