summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-11-13 16:13:39 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-11-13 16:13:39 +0000
commit93622b42e12495e7b2af596a083d80438c22f9cc (patch)
treea268bf16ba5a9d33d005b07353695a26f7fb80dc
parenta57dc25f8519408668cacf252b4d40bba565e8b2 (diff)
downloadlasso-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.h2
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 {