Fix obvious typo
This commit is contained in:
parent
82a8b932b1
commit
2fc988381d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue