diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/environs/py_user.c | 2 |
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; |
