diff options
| author | Damien Laniel <dlaniel@entrouvert.com> | 2007-11-13 16:13:39 +0000 |
|---|---|---|
| committer | Damien Laniel <dlaniel@entrouvert.com> | 2007-11-13 16:13:39 +0000 |
| commit | 93622b42e12495e7b2af596a083d80438c22f9cc (patch) | |
| tree | a268bf16ba5a9d33d005b07353695a26f7fb80dc | |
| parent | a57dc25f8519408668cacf252b4d40bba565e8b2 (diff) | |
| download | lasso-93622b42e12495e7b2af596a083d80438c22f9cc.tar.gz lasso-93622b42e12495e7b2af596a083d80438c22f9cc.tar.xz lasso-93622b42e12495e7b2af596a083d80438c22f9cc.zip | |
removed the * from the GList item type as other GList items are commented with no *
| -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 { |
