summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/asf_streaming.c')
-rw-r--r--stream/asf_streaming.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index e3bfbe9019..31e0d71b89 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -839,7 +839,6 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
if (*file_format != DEMUXER_TYPE_PLAYLIST)
*file_format = DEMUXER_TYPE_ASF;
stream->type = STREAMTYPE_STREAM;
- fixup_network_stream_cache(stream);
return STREAM_OK;
}