From 2b9431bc3b079b150b9832101ff67d66ebb3535e Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 19 Aug 2004 12:52:19 +0000 Subject: Update python binding --- python/xml/py_saml_assertion.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'python/xml/py_saml_assertion.c') 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); -- cgit