]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
PVS studio is stupid
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 May 2017 18:12:00 +0000 (14:12 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 May 2017 19:32:40 +0000 (15:32 -0400)
src/main/tls/validate.c

index c4408be3b7543e9dae3d376251d743c449276da8..07d287ba8106ffe635fbd9ead3f3b69eeec57ccb 100644 (file)
@@ -140,7 +140,7 @@ int tls_validate_cert_cb(int ok, X509_STORE_CTX *x509_ctx)
                /*
                 *      Add a copy of the cert_vps to session state.
                 */
-               if (cert_vps) {
+               if (cert_vps) {                 //-V547
                        /*
                         *      Print out all the pairs we have so far
                         */