Commit ea96e383 authored by Ilkka Ollakka's avatar Ilkka Ollakka

wait INTERVAL if needed on submitting, and don't try to submit data

before handshake goes ok
parent 65b1fefa
......@@ -365,6 +365,10 @@ static void Run( intf_thread_t *p_this )
vlc_mutex_unlock ( &p_sys->lock );
break;
}
/* handshake is done or failed, lets start from
* beginning to check it out and wait INTERVAL if needed
*/
continue;
}
msg_Dbg( p_this, "Going to submit some data..." );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment