summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_response.c
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-01-08 17:22:09 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-01-08 17:22:09 +0000
commit6ddec77e1bc46af42824d1cd10603a823bab693c (patch)
tree221a931f6260fe9bb151efec36c44cb20f7bd62e /lasso/xml/samlp_response.c
parentcf134bfd7be7e629b16dd2046392b43720bbdb68 (diff)
downloadlasso-6ddec77e1bc46af42824d1cd10603a823bab693c.tar.gz
lasso-6ddec77e1bc46af42824d1cd10603a823bab693c.tar.xz
lasso-6ddec77e1bc46af42824d1cd10603a823bab693c.zip
moved remaining unbounded elements to GList* (samlp:Response/Assertion being
part of that bunch)
Diffstat (limited to 'lasso/xml/samlp_response.c')
-rw-r--r--lasso/xml/samlp_response.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/samlp_response.c b/lasso/xml/samlp_response.c
index a529569e..d6ad8021 100644
--- a/lasso/xml/samlp_response.c
+++ b/lasso/xml/samlp_response.c
@@ -48,7 +48,7 @@
static struct XmlSnippet schema_snippets[] = {
{ "Status", SNIPPET_NODE, G_STRUCT_OFFSET(LassoSamlpResponse, Status) },
- { "Assertion", SNIPPET_NODE, G_STRUCT_OFFSET(LassoSamlpResponse, Assertion) },
+ { "Assertion", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSamlpResponse, Assertion) },
{ NULL, 0, 0}
};