summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-07-23 14:14:41 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-07-23 14:14:41 +0000
commite133692ee477e12d6758c956b4cccac9bb8e77f3 (patch)
treede4a2a36cf775b089d6fb78d2cd4cdf985a6e081 /python
parentee2fba7c0fba3eb855a1ab5d32df65c4860bdf0b (diff)
downloadlasso-e133692ee477e12d6758c956b4cccac9bb8e77f3.tar.gz
lasso-e133692ee477e12d6758c956b4cccac9bb8e77f3.tar.xz
lasso-e133692ee477e12d6758c956b4cccac9bb8e77f3.zip
*** empty log message ***
Diffstat (limited to 'python')
-rw-r--r--python/environs/py_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_user.c b/python/environs/py_user.c
index 92ffdb22..2ff52172 100644
--- a/python/environs/py_user.c
+++ b/python/environs/py_user.c
@@ -131,7 +131,7 @@ PyObject *user_get_next_assertion_remote_providerID(PyObject *self, PyObject *ar
gchar *remote_providerID;
if (CheckArgs(args, "O:user_get_next_assertion_remote_providerID")) {
- if(!PyArg_ParseTuple(args, (char *) "O:user_get_next_assertion_remote_providerID", &user_obj, &remote_providerID))
+ if(!PyArg_ParseTuple(args, (char *) "O:user_get_next_assertion_remote_providerID", &user_obj))
return NULL;
}
else return NULL;