]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix obvious typo
authorAndreas Öman <andreas@lonelycoder.com>
Mon, 25 Jan 2010 19:03:25 +0000 (19:03 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Mon, 25 Jan 2010 19:03:25 +0000 (19:03 +0000)
src/transports.c

index 71876a9af67f4a204c236ea1165ea00aa2b6a962..b21ffbd63955ccd49a404befa1094a33793701bd 100644 (file)
@@ -748,7 +748,7 @@ transport_data_timeout(void *aux)
 
   pthread_mutex_lock(&t->tht_stream_mutex);
 
-  if(!t->tht_streaming_status & TSS_PACKETS)
+  if(!(t->tht_streaming_status & TSS_PACKETS))
     transport_set_streaming_status_flags(t, TSS_GRACEPERIOD);
 
   pthread_mutex_unlock(&t->tht_stream_mutex);