Fix for SSL Versioning when multiple options are used.
commitcadf0d7ba866e004b409d165f4ac2391fe8b6b7c
authorJoseph Gooch <mrwizard@k12system.com>
Fri, 20 Dec 2013 12:46:20 +0000 (20 07:46 -0500)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Fri, 20 Dec 2013 16:30:14 +0000 (20 17:30 +0100)
tree8da5b1f9a5d00c8b340e970133e93afa55fcf875
parentaaee2c06329a9afac9f5e9d626957fe258615fa8
Fix for SSL Versioning when multiple options are used.

If you specify -S1 -C 30... The -C option will reset the ssl_version to 0.  This is not a good thing.

Instead we set the default to 0 and retain the version when later args are passed.
plugins/check_http.c