diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-14 16:18:26 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-14 16:18:26 +0000 |
| commit | 869768bc359a180a4542a158d054e2669cb63f06 (patch) | |
| tree | 7ef5c1eb5f20eef64af5d644d84755306a7dd57a | |
| parent | b30498aec6ceeaa50c5d977bd16af14e9548c194 (diff) | |
SAML 2.0: Fix typo in lasso_saml20_login_build_authn_response_msg
| -rw-r--r-- | lasso/saml-2.0/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c index b53b8961..1f0765f0 100644 --- a/lasso/saml-2.0/login.c +++ b/lasso/saml-2.0/login.c @@ -1288,7 +1288,7 @@ lasso_saml20_login_build_authn_response_msg(LassoLogin *login) g_critical("Cannot happen"); break; } - lasso_check_good_rc(lasso_saml20_profile_build_request_msg(profile, NULL, http_method, url)); + lasso_check_good_rc(lasso_saml20_profile_build_response_msg(profile, NULL, http_method, url)); cleanup: return rc; |
