diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-04-19 11:30:35 +0000 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-04-19 11:30:35 +0000 |
commit | 05aad98ec31c5bdfc0909e30ec6ecf69c3719bfa (patch) | |
tree | 8d1d3ac796aac2e71f43c673bdbd234c1bf9554d /lasso/id-wsf-2.0/profile.c | |
parent | 81c35bbe2effac358126f5aea78e4f5b9e115f6e (diff) | |
download | lasso-05aad98ec31c5bdfc0909e30ec6ecf69c3719bfa.tar.gz lasso-05aad98ec31c5bdfc0909e30ec6ecf69c3719bfa.tar.xz lasso-05aad98ec31c5bdfc0909e30ec6ecf69c3719bfa.zip |
Fix documentation problems
Diffstat (limited to 'lasso/id-wsf-2.0/profile.c')
-rw-r--r-- | lasso/id-wsf-2.0/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-wsf-2.0/profile.c b/lasso/id-wsf-2.0/profile.c index 7f5b2daa..9d154904 100644 --- a/lasso/id-wsf-2.0/profile.c +++ b/lasso/id-wsf-2.0/profile.c @@ -435,7 +435,7 @@ lasso_idwsf2_profile_check_security_mechanism(LassoIdWsf2Profile *profile, } if (! name_qualifier || g_strcmp0(name_qualifier, issuer->ProviderID) != 0) goto_cleanup_with_rc(LASSO_PROFILE_ERROR_INVALID_ASSERTION); - /** There is two cases for the NameID of the security assertion: + /* There is two cases for the NameID of the security assertion: * - we are the IdP and the Wsp, so the NameQualifier is us and the SPNameQualifier is the * Sender * - we are a simple Wsp, so the NameQualifier is an IdP we know and the |