From 0cc3b98bd9a4e2b9a0a9ae941c62e0dd7ac91457 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 31 Dec 2009 16:01:10 +0100 Subject: input/archive: don't initialize input_stream.ready The archive plugin should decide this. --- src/input/archive_input_plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/input/archive_input_plugin.c') diff --git a/src/input/archive_input_plugin.c b/src/input/archive_input_plugin.c index 53d472a5a..248b8626e 100644 --- a/src/input/archive_input_plugin.c +++ b/src/input/archive_input_plugin.c @@ -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; -- cgit v1.2.3