diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-26 18:19:16 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-26 18:19:16 +0000 |
| commit | 002aab58211182377e4f7233722762ee52c7261f (patch) | |
| tree | 6169c8d5f969ab88023436d082843a7247f48dae /python | |
| parent | 8ae1b1ce45388639f2a07544e3588adb0cdd84a2 (diff) | |
| download | lasso-002aab58211182377e4f7233722762ee52c7261f.tar.gz lasso-002aab58211182377e4f7233722762ee52c7261f.tar.xz lasso-002aab58211182377e4f7233722762ee52c7261f.zip | |
*** empty log message ***
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}, |
