diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-07 17:54:25 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-07 17:54:25 +0000 |
| commit | b73d899efd03f3058b752e0f64061f1f7e308fc9 (patch) | |
| tree | c5c008fe7bff141d08a2b4314a9a9c9282c2cfdf /python/lassomod.c | |
| parent | 1ead00b872ee377417e71d48e7bf2d91baf3adf5 (diff) | |
| download | lasso-b73d899efd03f3058b752e0f64061f1f7e308fc9.tar.gz lasso-b73d899efd03f3058b752e0f64061f1f7e308fc9.tar.xz lasso-b73d899efd03f3058b752e0f64061f1f7e308fc9.zip | |
*** empty log message ***
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 2 |
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 */ }; |
