From 2fc988381dbe016eefeaf448e3dbcd4bf969a3b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 25 Jan 2010 19:03:25 +0000 Subject: [PATCH] Fix obvious typo --- src/transports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transports.c b/src/transports.c index 71876a9a..b21ffbd6 100644 --- a/src/transports.c +++ b/src/transports.c @@ -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);