diff options
-rw-r--r-- | rpkid/ext/POW.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/ext/POW.c b/rpkid/ext/POW.c index bee04afa..b4018802 100644 --- a/rpkid/ext/POW.c +++ b/rpkid/ext/POW.c @@ -3737,7 +3737,7 @@ x509_store_object_verify(x509_store_object *self, PyObject *args) sk_X509_free(stack); - if (ok < 0 && PyErr_Occurred()) + if (PyErr_Occurred()) goto error; if (ok < 0) |