diff options
-rw-r--r-- | src/lib/web/mongoose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/web/mongoose.c b/src/lib/web/mongoose.c index 29f089044d6..b98149acc30 100644 --- a/src/lib/web/mongoose.c +++ b/src/lib/web/mongoose.c @@ -1664,7 +1664,7 @@ static void *push_to_stdin(void *arg) { static void *pull_from_stdout(void *arg) { struct threadparam *tp = (struct threadparam *)arg; - int k, stop = 0; + int k = 0, stop = 0; DWORD n, sent; char buf[IOBUF_SIZE]; |