input/archive: don't initialize input_stream.ready

The archive plugin should decide this.
This commit is contained in:
Max Kellermann
2009-12-31 16:01:10 +01:00
parent c157711eaf
commit 0cc3b98bd9
4 changed files with 3 additions and 2 deletions

View File

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