*** empty log message ***

This commit is contained in:
Nicolas Clapies 2004-08-03 17:35:03 +00:00
parent 82ecd5525e
commit 12d4132e89
2 changed files with 3 additions and 3 deletions

View File

@ -203,7 +203,7 @@ PyObject *logout_validate_request(PyObject *self, PyObject *args) {
}
else return NULL;
codeError = lasso_logout_vallidate_request(LassoLogout_get(logout_obj));
codeError = lasso_logout_validate_request(LassoLogout_get(logout_obj));
return(int_wrap(codeError));
}

View File

@ -100,8 +100,8 @@ static PyMethodDef lasso_methods[] = {
{"lib_authn_request_set_relayState", lib_authn_request_set_relayState, METH_VARARGS},
/* py_lib_authn_response.h */
{"lib_authn_response_new", lib_authn_response_new, METH_VARARGS},
{"lib_authn_response_add_assertion", lib_authn_response_add_assertion, METH_VARARGS},
/* {"lib_authn_response_new", lib_authn_response_new, METH_VARARGS}, */
/* {"lib_authn_response_add_assertion", lib_authn_response_add_assertion, METH_VARARGS}, */
/* py_lib_federation_termination_notification.h */
{"lib_federation_termination_notification_new", lib_federation_termination_notification_new, METH_VARARGS},