Fix a compiler warning.

This commit is contained in:
John Birrell 2007-11-18 00:25:18 +00:00
parent f6c1530162
commit 425f8c30f8

View File

@ -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: