summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-30 12:02:28 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-30 12:02:28 +0000
commit407ce45c3b8ff3cbaafe3551423d09759ea699a6 (patch)
treef8762b82681037db9db5ca966bf089b51a2086ce /python/environs/py_login.c
parent04c32c9de2acb7bc10303b071fdd064ea0a355be (diff)
downloadlasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.gz
lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.tar.xz
lasso-407ce45c3b8ff3cbaafe3551423d09759ea699a6.zip
Update
Diffstat (limited to 'python/environs/py_login.c')
-rw-r--r--python/environs/py_login.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/environs/py_login.c b/python/environs/py_login.c
index 0be80a5e..7ed92ce7 100644
--- a/python/environs/py_login.c
+++ b/python/environs/py_login.c
@@ -213,12 +213,12 @@ PyObject *login_build_request_msg(PyObject *self, PyObject *args) {
return (int_wrap(ret));
}
-PyObject *login_accespt_sso(PyObject *self, PyObject *args) {
+PyObject *login_accept_sso(PyObject *self, PyObject *args) {
PyObject *login_obj;
gint ret;
- if (CheckArgs(args, "O:login_accespt_sso")) {
- if(!PyArg_ParseTuple(args, (char *) "O:login_accespt_sso",
+ if (CheckArgs(args, "O:login_accept_sso")) {
+ if(!PyArg_ParseTuple(args, (char *) "O:login_accept_sso",
&login_obj))
return NULL;
}