input/archive: don't initialize input_stream.ready
The archive plugin should decide this.
This commit is contained in:
@@ -71,8 +71,6 @@ input_archive_open(struct input_stream *is, const char *pathname,
|
||||
|
||||
if (!opened) {
|
||||
archive_file_close(file);
|
||||
} else {
|
||||
is->ready = true;
|
||||
}
|
||||
|
||||
return opened;
|
||||
|
Reference in New Issue
Block a user