Code

Set the pointers to the SSL and SSL_CTX objects back to NULL after
authorHolger Weiss <hweiss@users.sourceforge.net>
Fri, 1 Jun 2007 16:42:07 +0000 (16:42 +0000)
committerHolger Weiss <hweiss@users.sourceforge.net>
Fri, 1 Jun 2007 16:42:07 +0000 (16:42 +0000)
commitbad9e04c542d0cf07a14b843f0d38f78c2b0b03c
tree688a9716f39fe419ae4d4aac443edbb1819e3d99
parent716ff400f04bd053a1bba0affd773b03f284baad
Set the pointers to the SSL and SSL_CTX objects back to NULL after
freeing them in np_net_ssl_cleanup().  This fixes a check_http segfault
if an SSL site redirects to a non-SSL one (reported by Aravind Gottipati
via IRC).

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1724 f882894a-f735-0410-b71e-b25c423dba1c
plugins/sslutils.c