]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unneeded set of status
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 17 Sep 2014 11:27:41 +0000 (13:27 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 17 Sep 2014 11:27:41 +0000 (13:27 +0200)
lib/x509/verify.c

index 22902206f09cf149c036ec3e4804f12cb524d0e5..41db548d4c262bf6e3c31cf25cc10dd590231f2e 100644 (file)
@@ -982,7 +982,6 @@ _gnutls_verify_crt_status(const gnutls_x509_crt_t * certificate_list,
                }
        }
 
-       status = 0;
 cleanup:
        gnutls_x509_name_constraints_deinit(nc);
        return status;