summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-08-30 13:14:25 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-08-30 13:14:25 +0000
commite5a91a58cec8a5dbab7e49b087585f7a646574ec (patch)
tree826bd82f8b1bc68e305a4a99a6b8e7f6c2d6a641
parent7d2db04eb5979598124c8630aa9263fb263b2136 (diff)
downloadlasso-e5a91a58cec8a5dbab7e49b087585f7a646574ec.tar.gz
lasso-e5a91a58cec8a5dbab7e49b087585f7a646574ec.tar.xz
lasso-e5a91a58cec8a5dbab7e49b087585f7a646574ec.zip
Fixed error in method name : renamed lasso_provider_get_singleLogoutServiceURL() to lasso_provider_get_registerNameIdentifierServiceURL()
-rw-r--r--lasso/id-ff/name_registration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/name_registration.c b/lasso/id-ff/name_registration.c
index f45a0dc5..af49eaf4 100644
--- a/lasso/id-ff/name_registration.c
+++ b/lasso/id-ff/name_registration.c
@@ -123,7 +123,7 @@ lasso_name_registration_build_request_msg(LassoNameRegistration *name_registrati
const gchar *separator = "?";
/* build and optionaly sign the query message and build the register name identifier request url */
- url = lasso_provider_get_singleLogoutServiceURL(provider, profile->provider_type, NULL);
+ url = lasso_provider_get_registerNameIdentifierServiceURL(provider, profile->provider_type, NULL);
query = lasso_node_export_to_query(profile->request,
profile->server->signature_method,
profile->server->private_key);