summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-07 17:54:25 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-07 17:54:25 +0000
commitb73d899efd03f3058b752e0f64061f1f7e308fc9 (patch)
treec5c008fe7bff141d08a2b4314a9a9c9282c2cfdf /python/lassomod.c
parent1ead00b872ee377417e71d48e7bf2d91baf3adf5 (diff)
downloadlasso-b73d899efd03f3058b752e0f64061f1f7e308fc9.tar.gz
lasso-b73d899efd03f3058b752e0f64061f1f7e308fc9.tar.xz
lasso-b73d899efd03f3058b752e0f64061f1f7e308fc9.zip
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 1f5a2b8c..fc97e55e 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -42,7 +42,7 @@ static PyMethodDef lasso_methods[] = {
/* py_single_sign_on_and_federation.h */
{"authn_request_getattr", authn_request_getattr, METH_VARARGS},
- {"authn_request_build", authn_request_build, METH_VARARGS},
+ {"authn_request_create", authn_request_create, METH_VARARGS},
{NULL, NULL} /* End of Methods Sentinel */
};