summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-18 00:25:18 +0000
committerjb <jb@FreeBSD.org>2007-11-18 00:25:18 +0000
commitdbe9cce99962db35655f7eae3c47358f64c15e12 (patch)
tree45d85ef4a1c7ca3bcb2f65c50de74f2211805247 /contrib
parent9bd9c03e9216324dd9dfcda9145702c561b4abb8 (diff)
downloadFreeBSD-src-dbe9cce99962db35655f7eae3c47358f64c15e12.zip
FreeBSD-src-dbe9cce99962db35655f7eae3c47358f64c15e12.tar.gz
Fix a compiler warning.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/csup/mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/csup/mux.c b/contrib/csup/mux.c
index b663b54..2be1245 100644
--- a/contrib/csup/mux.c
+++ b/contrib/csup/mux.c
@@ -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:
OpenPOWER on IntegriCloud