diff options
| -rw-r--r-- | lasso/xml/samlp_response.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/samlp_response.h b/lasso/xml/samlp_response.h index 57fd0b81..939f5202 100644 --- a/lasso/xml/samlp_response.h +++ b/lasso/xml/samlp_response.h @@ -55,7 +55,7 @@ struct _LassoSamlpResponse { /* <element ref="samlp:Status"/> */ LassoSamlpStatus *Status; /* <element ref="saml:Assertion" minOccurs="0" maxOccurs="unbounded"/> */ - GList *Assertion; /* of LassoSamlAssertion* */ + GList *Assertion; /* of LassoSamlAssertion */ }; struct _LassoSamlpResponseClass { |
