fixed wrong type for SamlpRequest->RespondWith (list of strings, was declared

as list of nodes)
This commit is contained in:
Frédéric Péters 2007-11-13 19:04:58 +00:00
parent 93622b42e1
commit b8cbac71a2
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
/*****************************************************************************/
static struct XmlSnippet schema_snippets[] = {
{ "RespondWith", SNIPPET_LIST_NODES,
{ "RespondWith", SNIPPET_LIST_CONTENT,
G_STRUCT_OFFSET(LassoSamlpRequestAbstract, RespondWith) },
{ "Signature", SNIPPET_SIGNATURE,
G_STRUCT_OFFSET(LassoSamlpRequestAbstract, RequestID) },