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/environs | |
| parent | 8ae1b1ce45388639f2a07544e3588adb0cdd84a2 (diff) | |
| download | lasso-002aab58211182377e4f7233722762ee52c7261f.tar.gz lasso-002aab58211182377e4f7233722762ee52c7261f.tar.xz lasso-002aab58211182377e4f7233722762ee52c7261f.zip | |
*** empty log message ***
Diffstat (limited to 'python/environs')
| -rw-r--r-- | python/environs/py_logout.c | 4 |
1 files changed, 2 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; } |
