]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
get rid of an incorrect assert
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 25 Feb 2008 21:07:31 +0000 (21:07 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 25 Feb 2008 21:07:31 +0000 (21:07 +0000)
pvr.c

diff --git a/pvr.c b/pvr.c
index 648e477291cb5a051d17dd1e89a89bfe7dc1ffc3..3809f73e8ff86f7ae288682d6ba7a40d07115c88 100644 (file)
--- a/pvr.c
+++ b/pvr.c
@@ -653,8 +653,6 @@ pvrr_transport_available(pvr_rec_t *pvrr, th_transport_t *t)
   char printname[500];
   int err;
 
-  assert(tffm->tffm_state == TFFM_WAIT_SUBSCRIPTION);
-
   tm->tm_opaque = pvrr;
   tm->tm_new_pkt = pvrr_packet_input;