summaryrefslogtreecommitdiffstats
path: root/python/xml/py_saml_assertion.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/xml/py_saml_assertion.c')
-rw-r--r--python/xml/py_saml_assertion.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/python/xml/py_saml_assertion.c b/python/xml/py_saml_assertion.c
index 14ba3bdf..7faa0c59 100644
--- a/python/xml/py_saml_assertion.c
+++ b/python/xml/py_saml_assertion.c
@@ -84,9 +84,7 @@ PyObject *saml_assertion_set_signature(PyObject *self, PyObject *args) {
ret = lasso_saml_assertion_set_signature(LassoSamlAssertion_get(node_obj),
sign_method,
- private_key_file, certificate_file,
- NULL);
- /* FIXME generate an exception here */
+ private_key_file, certificate_file);
Py_INCREF(Py_None);
return (Py_None);