Don't close fd twice. This line should have been deleted in r327279.
CID: 1384015
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user