[PATCH] Fix for Coverity Scan Issue 740595 (unused variable)

From: Kinkie <gkinkie_at_gmail.com>
Date: Sat, 22 Dec 2012 14:33:30 +0100

Hi,
  the attached patch addresses coverity scan issue 740595.
In ConnStateData::getSslContextDone the SSL* result from httpsCreate
is stored in a temporary variable but never used. This is not a
problem as the same pointer is recorded in the fd_table; it's just an
useless allocation which this patch removes.

--
    /kinkie

Received on Sat Dec 22 2012 - 13:33:38 MST

This archive was generated by hypermail 2.2.0 : Sat Dec 22 2012 - 12:00:37 MST