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
This archive was generated by hypermail 2.2.0 : Sat Dec 22 2012 - 12:00:37 MST