From 3769decc5842c141ffbe6816898448f5806902be Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 25 Aug 2010 19:02:01 +0200 Subject: [PATCH] [SAMLv2] fix string in comment --- lasso/saml-2.0/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso/saml-2.0/login.c b/lasso/saml-2.0/login.c index 60b71d6b..02113a42 100644 --- a/lasso/saml-2.0/login.c +++ b/lasso/saml-2.0/login.c @@ -319,7 +319,7 @@ lasso_saml20_login_process_authn_request_msg(LassoLogin *login, const char *auth protocol_binding = authn_request->ProtocolBinding; if (protocol_binding == NULL && authn_request->AssertionConsumerServiceIndex) { /* protocol binding not set; so it will look into - * AssertionConsumingServiceIndex + * AssertionConsumerServiceIndex * Also, if AssertionConsumerServiceIndex is not set in request, * its value will be -1, which is just the right value to get * default assertion consumer... (convenient)