diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2012-10-08 19:27:56 +0200 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2013-01-25 18:30:55 +0100 |
| commit | 2663c5df950a4ad10aefaa5373fc00971534adb8 (patch) | |
| tree | c76c1c250fbbf04c6283bd9cc5f3f960910d3709 | |
| parent | 3b812d8d69f5842a91876a12e916b3e2a51fb2e1 (diff) | |
| download | lasso-2663c5df950a4ad10aefaa5373fc00971534adb8.tar.gz lasso-2663c5df950a4ad10aefaa5373fc00971534adb8.tar.xz lasso-2663c5df950a4ad10aefaa5373fc00971534adb8.zip | |
xml-saml-2.0: add missing namespace declaration for the KeyInfoSujectConfirmationData sub-type
| -rw-r--r-- | lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.c b/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.c index 901b709b..dbd0fb47 100644 --- a/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.c +++ b/lasso/xml/saml-2.0/saml2_key_info_confirmation_data_type.c @@ -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} }; |
