From f4475991cd11ef35c9d377dba8efea00499c5c7d Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 22 Nov 2007 14:46:15 +0000 Subject: fixed comments pointing to the wrong function --- lasso/id-ff/name_identifier_mapping.c | 4 ++-- 1 file 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); } -- cgit