summaryrefslogtreecommitdiffstats
path: root/python/xml/py_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/xml/py_xml.c')
-rw-r--r--python/xml/py_xml.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c
index 54c9ee65..83636187 100644
--- a/python/xml/py_xml.c
+++ b/python/xml/py_xml.c
@@ -207,8 +207,7 @@ PyObject *node_verify_signature(PyObject *self, PyObject *args) {
else return NULL;
ret = lasso_node_verify_signature(LassoNode_get(node_obj),
- certificate_file, NULL);
- /* FIXME generate an exception here */
+ certificate_file);
return (int_wrap(ret));
}