Fix a compiler warning.

This commit is contained in:
John Birrell 2007-11-18 00:25:18 +00:00
parent f6c1530162
commit 425f8c30f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173715

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: