mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-06 10:47:35 +01:00
rtl_tcp: fix warning
Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
parent
4f31e5f560
commit
c25f9cbc38
@ -276,7 +276,7 @@ struct command{
|
||||
#endif
|
||||
static void *command_worker(void *arg)
|
||||
{
|
||||
int left, received;
|
||||
int left, received = 0;
|
||||
fd_set readfds;
|
||||
struct command cmd={0, 0};
|
||||
struct timeval tv= {1, 0};
|
||||
|
Loading…
Reference in New Issue
Block a user