diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-10-09 10:09:25 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-10-09 10:09:25 +0000 |
| commit | 45a04aa7adba6da0c42bd3add8b1fecb814967dd (patch) | |
| tree | 94a143a0fbc0f4ebf4aec6718bbee90a4b2003e3 | |
| parent | 67e35d586543b217d0bc744910e2d7ff4a44f65e (diff) | |
revert to SNIPPET_LIST_NODES; which is required for ID-WSF to work
| -rw-r--r-- | lasso/xml/saml_attribute_value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml_attribute_value.c b/lasso/xml/saml_attribute_value.c index 2d73affc..c7a61e32 100644 --- a/lasso/xml/saml_attribute_value.c +++ b/lasso/xml/saml_attribute_value.c @@ -35,7 +35,7 @@ /*****************************************************************************/ static struct XmlSnippet schema_snippets[] = { - { "", SNIPPET_LIST_XMLNODES, G_STRUCT_OFFSET(LassoSamlAttributeValue, any) }, + { "", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSamlAttributeValue, any) }, { NULL, 0, 0 } }; |
