From b8cbac71a2fbee101992eb7ab4f9cddfacd1ffd8 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 13 Nov 2007 19:04:58 +0000 Subject: fixed wrong type for SamlpRequest->RespondWith (list of strings, was declared as list of nodes) --- lasso/xml/samlp_request_abstract.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso/xml/samlp_request_abstract.c b/lasso/xml/samlp_request_abstract.c index e590b144..bcece750 100644 --- a/lasso/xml/samlp_request_abstract.c +++ b/lasso/xml/samlp_request_abstract.c @@ -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) }, -- cgit