Fix a compiler warning.
This commit is contained in:
parent
f6c1530162
commit
425f8c30f8
@ -782,7 +782,7 @@ sender_loop(void *arg)
|
||||
struct buf *buf;
|
||||
uint32_t winsize;
|
||||
uint16_t hdrsize, size, len;
|
||||
int error, id, iovcnt, what;
|
||||
int error, id, iovcnt, what = 0;
|
||||
|
||||
m = (struct mux *)arg;
|
||||
again:
|
||||
|
Loading…
Reference in New Issue
Block a user