From: William A. Rowe Jr Date: Wed, 27 Jun 2001 23:57:24 +0000 (+0000) Subject: Just a mssing brace X-Git-Tag: 2.0.19~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033e91c288c19cdb692a65c5c24b6fc115cbcfb5;p=thirdparty%2Fapache%2Fhttpd.git Just a mssing brace git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/tls/mod_tls.c b/modules/tls/mod_tls.c index 2e84e57760a..b5cf15b23db 100644 --- a/modules/tls/mod_tls.c +++ b/modules/tls/mod_tls.c @@ -221,7 +221,7 @@ static apr_status_t churn(TLSFilterCtx *pCtx,apr_read_type_e eReadType,apr_size_ if(len == 0) { /* Lazy frickin browsers just reset instead of shutting down. */ - if(ret == APR_EOF || APR_STATUS_IS_ECONNRESET(ret)) + if(ret == APR_EOF || APR_STATUS_IS_ECONNRESET(ret)) { if(APR_BRIGADE_EMPTY(pCtx->pbbPendingInput)) return APR_EOF; else