diff options
Diffstat (limited to 'lasso/xml/saml-2.0/saml2_attribute.c')
-rw-r--r-- | lasso/xml/saml-2.0/saml2_attribute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml-2.0/saml2_attribute.c b/lasso/xml/saml-2.0/saml2_attribute.c index a43fe638..a7d833ee 100644 --- a/lasso/xml/saml-2.0/saml2_attribute.c +++ b/lasso/xml/saml-2.0/saml2_attribute.c @@ -44,7 +44,7 @@ static struct XmlSnippet schema_snippets[] = { - { "AttributeValue", SNIPPET_NODE, + { "AttributeValue", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSaml2Attribute, AttributeValue) }, { "Name", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoSaml2Attribute, Name) }, |