diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-20 16:05:05 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-20 16:05:05 +0000 |
| commit | 2b83bc221ab4df6a13651392414f3c995e150d10 (patch) | |
| tree | 5fca60a0ba26bfbe8436cae463dcac2e36b8c449 /python/environs | |
| parent | a7c3554f40b6b017a4d4abc396de64ed89342a62 (diff) | |
| download | lasso-2b83bc221ab4df6a13651392414f3c995e150d10.tar.gz lasso-2b83bc221ab4df6a13651392414f3c995e150d10.tar.xz lasso-2b83bc221ab4df6a13651392414f3c995e150d10.zip | |
update internal code to use new_from_export style
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 5a28217f..1333e40f 100644 --- a/python/environs/py_logout.c +++ b/python/environs/py_logout.c @@ -143,8 +143,8 @@ PyObject *logout_init_request(PyObject *self, PyObject *args) { gchar *remote_providerID; gint codeError; - if (CheckArgs(args, "OS:logout_init_request")) { - if(!PyArg_ParseTuple(args, (char *) "Os:logout_init_request", + if (CheckArgs(args, "Os:logout_init_request")) { + if(!PyArg_ParseTuple(args, (char *) "O|s:logout_init_request", &logout_obj, &remote_providerID)) return NULL; } |
