You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2018/05/04 18:02:55 UTC

[trafficserver] branch master updated: Coverity ID 1390803: Fixes unreachable code in OCSP

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new df8e3ca  Coverity ID 1390803: Fixes unreachable code in OCSP
df8e3ca is described below

commit df8e3ca301d6bc02c5c4114ef018e648b724cead
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Fri May 4 09:29:08 2018 -0700

    Coverity ID 1390803: Fixes unreachable code in OCSP
---
 iocore/net/OCSPStapling.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/OCSPStapling.cc b/iocore/net/OCSPStapling.cc
index a0b45e1..2793072 100644
--- a/iocore/net/OCSPStapling.cc
+++ b/iocore/net/OCSPStapling.cc
@@ -115,8 +115,8 @@ stapling_get_issuer(SSL_CTX *ssl_ctx, X509 *x)
       return issuer;
 #else
       X509_up_ref(issuer);
-#endif
       goto end;
+#endif
     }
   }
 

-- 
To stop receiving notification emails like this one, please contact
zwoop@apache.org.