xml-saml-2.0: add missing namespace declaration for the KeyInfoSujectConfirmationData sub-type

This commit is contained in:
Benjamin Dauvergne 2012-10-08 19:27:56 +02:00
parent 3b812d8d69
commit 2663c5df95
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ struct _LassoSaml2KeyInfoConfirmationDataTypePrivate {
static struct XmlSnippet schema_snippets[] = {
{ "KeyInfo", SNIPPET_LIST_NODES|SNIPPET_PRIVATE,
G_STRUCT_OFFSET(LassoSaml2KeyInfoConfirmationDataTypePrivate, KeyInfo), "LassoDsKeyInfo", NULL, NULL},
G_STRUCT_OFFSET(LassoSaml2KeyInfoConfirmationDataTypePrivate, KeyInfo),
"LassoDsKeyInfo", LASSO_DS_PREFIX, LASSO_DS_HREF},
{NULL, 0, 0, NULL, NULL, NULL}
};