summaryrefslogtreecommitdiffstats
path: root/python/protocols/py_logout_request.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-03 14:25:17 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-03 14:25:17 +0000
commitfc210ac14ab5f7bf0e20b74e928fd44f316a3623 (patch)
treeec0aa2a33a253d941f5f46c380a2c35bd8affb4c /python/protocols/py_logout_request.c
parent241fd7054772ff526eb8ac6fc53cf26211f39d70 (diff)
downloadlasso-fc210ac14ab5f7bf0e20b74e928fd44f316a3623.tar.gz
lasso-fc210ac14ab5f7bf0e20b74e928fd44f316a3623.tar.xz
lasso-fc210ac14ab5f7bf0e20b74e928fd44f316a3623.zip
*** empty log message ***
Diffstat (limited to 'python/protocols/py_logout_request.c')
-rw-r--r--python/protocols/py_logout_request.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/protocols/py_logout_request.c b/python/protocols/py_logout_request.c
index 86e9d282..e6ead2ea 100644
--- a/python/protocols/py_logout_request.c
+++ b/python/protocols/py_logout_request.c
@@ -49,8 +49,8 @@ PyObject *logout_request_new(PyObject *self, PyObject *args) {
LassoNode *request;
- if (CheckArgs(args, "SSss:logout_request_new")) {
- if(!PyArg_ParseTuple(args, (char *) "sszz:logout_request_new",
+ if (CheckArgs(args, "SSSS:logout_request_new")) {
+ if(!PyArg_ParseTuple(args, (char *) "ssss:logout_request_new",
&providerID, &nameIdentifier, &nameQualifier, &format))
return NULL;
}