[SAMLv2] fix string in comment

This commit is contained in:
Benjamin Dauvergne 2010-08-25 19:02:01 +02:00
parent 2ab81b8e6f
commit 3769decc58
1 changed files with 1 additions and 1 deletions

View File

@ -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)