changeset 27858:ec0764bddc5a

Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB.
author reimar
date Tue, 04 Nov 2008 18:42:46 +0000
parents f1a3f8aa1148
children 6aeb7cc0bba2
files stream/stream_dvb.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvb.c	Tue Nov 04 00:35:49 2008 +0000
+++ b/stream/stream_dvb.c	Tue Nov 04 18:42:46 2008 +0000
@@ -611,7 +611,7 @@
 	close(priv->dvr_fd);
 
 	close(priv->fe_fd);
-#ifdef CONFIG_DVB
+#ifndef CONFIG_DVB_HEAD
 	close(priv->sec_fd);
 #endif