diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/environs/py_logout.c | 4 | ||||
| -rw-r--r-- | python/lassomod.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c index 0146c844..8d313e05 100644 --- a/python/environs/py_logout.c +++ b/python/environs/py_logout.c @@ -216,8 +216,8 @@ PyObject *logout_process_request(PyObject *self, PyObject *args) { PyObject *logout_obj; gint codeError; - if (CheckArgs(args, "O:logout_process_request_msg")) { - if(!PyArg_ParseTuple(args, (char *) "O:logout_process_request_msg", + if (CheckArgs(args, "O:logout_process_request")) { + if(!PyArg_ParseTuple(args, (char *) "O:logout_process_request", &logout_obj)) return NULL; } diff --git a/python/lassomod.c b/python/lassomod.c index 376aaf7f..0fe4906d 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -203,6 +203,8 @@ static PyMethodDef lasso_methods[] = { /* environs */ {"profile_context_get_request_type_from_soap_msg", profile_context_get_request_type_from_soap_msg, METH_VARARGS}, + {"profile_context_new", profile_context_new, METH_VARARGS}, + {"profile_context_set_user_from_dump", profile_context_set_user_from_dump, METH_VARARGS}, /* py_federation_termination.h */ {"federation_termination_getattr", federation_termination_getattr, METH_VARARGS}, |
