Skip to content

Commit

Permalink
rtl_tcp: fix warning
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Markgraf <[email protected]>
  • Loading branch information
steve-m committed Jan 24, 2014
1 parent 4f31e5f commit c25f9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtl_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit c25f9cb

Please sign in to comment.