summaryrefslogtreecommitdiffstats
path: root/stream/stream_udp.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_udp.c')
-rw-r--r--stream/stream_udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/stream_udp.c b/stream/stream_udp.c
index 2654a01577..22b9cefc57 100644
--- a/stream/stream_udp.c
+++ b/stream/stream_udp.c
@@ -91,7 +91,6 @@ udp_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
}
stream->type = STREAMTYPE_STREAM;
- fixup_network_stream_cache (stream);
return STREAM_OK;
}