diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-08-03 17:35:03 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-08-03 17:35:03 +0000 |
| commit | 12d4132e89409b8154b67c81933ac54f0f862e03 (patch) | |
| tree | b119eb89e590d6787878fb356598f6367dd10eea /python/environs/py_logout.c | |
| parent | 82ecd5525e3f07fe96054a80ae17a0e855142715 (diff) | |
| download | lasso-12d4132e89409b8154b67c81933ac54f0f862e03.tar.gz lasso-12d4132e89409b8154b67c81933ac54f0f862e03.tar.xz lasso-12d4132e89409b8154b67c81933ac54f0f862e03.zip | |
*** empty log message ***
Diffstat (limited to 'python/environs/py_logout.c')
| -rw-r--r-- | python/environs/py_logout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_logout.c b/python/environs/py_logout.c index ae9ab597..66b41c14 100644 --- a/python/environs/py_logout.c +++ b/python/environs/py_logout.c @@ -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)); } |
