From 407ce45c3b8ff3cbaafe3551423d09759ea699a6 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Fri, 30 Jul 2004 12:02:28 +0000 Subject: Update --- python/environs/py_login.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/environs/py_login.c') 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; } -- cgit