diff --git a/lasso/xml/saml-2.0/samlp2_idp_list.c b/lasso/xml/saml-2.0/samlp2_idp_list.c index fad060a6..e2deeb7b 100644 --- a/lasso/xml/saml-2.0/samlp2_idp_list.c +++ b/lasso/xml/saml-2.0/samlp2_idp_list.c @@ -47,7 +47,7 @@ static struct XmlSnippet schema_snippets[] = { - { "IDPEntry", SNIPPET_NODE, + { "IDPEntry", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSamlp2IDPList, IDPEntry), NULL, NULL, NULL}, { "GetComplete", SNIPPET_CONTENT, G_STRUCT_OFFSET(LassoSamlp2IDPList, GetComplete), NULL, NULL, NULL}, diff --git a/lasso/xml/saml-2.0/samlp2_idp_list.h b/lasso/xml/saml-2.0/samlp2_idp_list.h index 09622ab2..f760f5aa 100644 --- a/lasso/xml/saml-2.0/samlp2_idp_list.h +++ b/lasso/xml/saml-2.0/samlp2_idp_list.h @@ -54,7 +54,7 @@ struct _LassoSamlp2IDPList { /*< public >*/ /* elements */ - LassoSamlp2IDPEntry *IDPEntry; + GList *IDPEntry; /* of LassoSamlp2IDPEntry */ char *GetComplete; };