SWS: use of uninitialized memory fix
authorDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jul 2012 22:07:16 +0000 (00:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 11 Jul 2012 22:08:38 +0000 (00:08 +0200)
commitd759a70db88205dd0629d6de602b9b60ede24f2d
tree10576a593fc1cae1ad7a1030f400096d6e34efaa
parent1dcf4418ba7a0a482c947918645388be2621758a
SWS: use of uninitialized memory fix

I made "connmon" not get initialized properly before use, and I use the
big hammer and make sure we always clear the entire struct to avoid any
problem like this in the future.
tests/server/sws.c