Projet

Général

Profil

fix-ProxyRestriction-Count.diff

Maxime Besson, 28 septembre 2022 17:59

Télécharger (588 octets)

Voir les différences:


  

lasso/xml/saml-2.0/saml2_proxy_restriction.c
53 53
static struct XmlSnippet schema_snippets[] = {
54 54
	{ "Audience", SNIPPET_CONTENT,
55 55
		G_STRUCT_OFFSET(LassoSaml2ProxyRestriction, Audience), NULL, NULL, NULL},
56
	{ "Count", SNIPPET_CONTENT,
56
	{ "Count", SNIPPET_ATTRIBUTE,
57 57
		G_STRUCT_OFFSET(LassoSaml2ProxyRestriction, Count), NULL, NULL, NULL},
58 58
	{NULL, 0, 0, NULL, NULL, NULL}
59 59
};