summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-10-10 16:14:50 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-10-10 16:14:50 +0200
commitf638f379e7ce0787eafb7c6c3f7d751991705992 (patch)
tree4abe73038dc29f3877d3e3b66a6da03fb17b3d0a
parenta7be1fa1142bcf875b290adf2972353342ba0d6b (diff)
downloadlasso-f638f379e7ce0787eafb7c6c3f7d751991705992.tar.gz
lasso-f638f379e7ce0787eafb7c6c3f7d751991705992.tar.xz
lasso-f638f379e7ce0787eafb7c6c3f7d751991705992.zip
[xml saml-2.0] change AttributeValue snippets to accept any children
An AttributeValue has an XSchema type of xs:any.
-rw-r--r--lasso/xml/saml-2.0/saml2_attribute_value.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml-2.0/saml2_attribute_value.c b/lasso/xml/saml-2.0/saml2_attribute_value.c
index f32a1133..894ea3a1 100644
--- a/lasso/xml/saml-2.0/saml2_attribute_value.c
+++ b/lasso/xml/saml-2.0/saml2_attribute_value.c
@@ -48,7 +48,7 @@
/*****************************************************************************/
static struct XmlSnippet schema_snippets[] = {
- { "", SNIPPET_LIST_NODES | SNIPPET_ALLOW_TEXT,
+ { "", SNIPPET_LIST_NODES | SNIPPET_ANY,
G_STRUCT_OFFSET(LassoSaml2AttributeValue, any), NULL, NULL, NULL},
{NULL, 0, 0, NULL, NULL, NULL}
};