# HG changeset patch # User reimar # Date 1225824166 0 # Node ID ec0764bddc5a0b5603f567e309d9d1b9fc1d4ad3 # Parent f1a3f8aa1148a240ba99570bd8719948a74b6c28 Fix condition broken in r27401 which incorrectly caused stdin to be closed after playing DVB. diff -r f1a3f8aa1148 -r ec0764bddc5a stream/stream_dvb.c --- 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