summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-11-22 14:46:15 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-11-22 14:46:15 +0000
commitf4475991cd11ef35c9d377dba8efea00499c5c7d (patch)
tree36ef758b78de6c5c73f32c80d96898b0e14b6bdf
parentbc56d07345b827b25a7a83dced847ac1884a6b23 (diff)
downloadlasso-f4475991cd11ef35c9d377dba8efea00499c5c7d.tar.gz
lasso-f4475991cd11ef35c9d377dba8efea00499c5c7d.tar.xz
lasso-f4475991cd11ef35c9d377dba8efea00499c5c7d.zip
fixed comments pointing to the wrong function
-rw-r--r--lasso/id-ff/name_identifier_mapping.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/id-ff/name_identifier_mapping.c b/lasso/id-ff/name_identifier_mapping.c
index 88928296..70999ddf 100644
--- a/lasso/id-ff/name_identifier_mapping.c
+++ b/lasso/id-ff/name_identifier_mapping.c
@@ -64,7 +64,7 @@ lasso_name_identifier_mapping_build_request_msg(LassoNameIdentifierMapping *mapp
lasso_profile_clean_msg_info(profile);
if (profile->remote_providerID == NULL) {
- /* this means lasso_logout_init_request was not called before */
+ /* this means lasso_name_identifer_mapping_init_request was not called before */
return critical_error(LASSO_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID);
}
@@ -135,7 +135,7 @@ lasso_name_identifier_mapping_build_response_msg(LassoNameIdentifierMapping *map
lasso_profile_clean_msg_info(profile);
if (profile->remote_providerID == NULL) {
- /* this means lasso_logout_init_request was not called before */
+ /* this means lasso_name_identifer_mapping_init_request was not called before */
return critical_error(LASSO_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID);
}