1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

axe attempt to close a previously-closed apr socket

(clang scan-build says "uninitialized", but it doesn't know
how apr_sockaddr_info_get() reports errors)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1534890 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2013-10-23 01:25:05 +00:00
parent 504d337c47
commit f0153228f5

View File

@@ -96,7 +96,6 @@ static apr_socket_t *send_request(BIO *request, const apr_uri_t *uri,
ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, c, APLOGNO(01974)
"could not connect to OCSP responder '%s'",
uri->hostinfo);
apr_socket_close(sd);
return NULL;
}