diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-27 15:58:22 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-27 15:58:22 +0000 |
| commit | f3e6f011e8ea07df28b99e548f2c705f2efca620 (patch) | |
| tree | 4de06c49dec66c0f8675142aff9e0337cf0aadc8 /python | |
| parent | 49964c80c2e81ebf6cea915046b7690318cd2e0e (diff) | |
| download | lasso-f3e6f011e8ea07df28b99e548f2c705f2efca620.tar.gz lasso-f3e6f011e8ea07df28b99e548f2c705f2efca620.tar.xz lasso-f3e6f011e8ea07df28b99e548f2c705f2efca620.zip | |
*** empty log message ***
Diffstat (limited to 'python')
| -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 92381d8d..992d7e22 100644 --- a/python/environs/py_logout.c +++ b/python/environs/py_logout.c @@ -86,7 +86,7 @@ PyObject *logout_new(PyObject *self, PyObject *args) { if (CheckArgs(args, "OI:logout_new")) { if(!PyArg_ParseTuple(args, (char *) "Oi:logout_new", - &server_obj, &provider_type)) + &server_obj, &provider_type)) return NULL; } else return NULL; |
