diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-14 16:18:53 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-14 16:18:53 +0000 |
| commit | 41ddda5a85ce98a4d38931da4edb3f0db191e885 (patch) | |
| tree | 7fbf8953389d40109a38f36c50b403ec438e284a | |
| parent | fe93e10999dce85a0a88a7060d5b4ec741cb650f (diff) | |
| download | lasso-41ddda5a85ce98a4d38931da4edb3f0db191e885.tar.gz lasso-41ddda5a85ce98a4d38931da4edb3f0db191e885.tar.xz lasso-41ddda5a85ce98a4d38931da4edb3f0db191e885.zip | |
FIX ABI breakage when addning new field to struct LassoSaml2AttributeValue
| -rw-r--r-- | lasso/xml/saml-2.0/saml2_attribute_value.c | 2 | ||||
| -rw-r--r-- | lasso/xml/saml-2.0/saml2_attribute_value.h | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lasso/xml/saml-2.0/saml2_attribute_value.c b/lasso/xml/saml-2.0/saml2_attribute_value.c index 064590d5..f32a1133 100644 --- a/lasso/xml/saml-2.0/saml2_attribute_value.c +++ b/lasso/xml/saml-2.0/saml2_attribute_value.c @@ -50,8 +50,6 @@ static struct XmlSnippet schema_snippets[] = { { "", SNIPPET_LIST_NODES | SNIPPET_ALLOW_TEXT, G_STRUCT_OFFSET(LassoSaml2AttributeValue, any), NULL, NULL, NULL}, - { "", SNIPPET_ATTRIBUTE | SNIPPET_ANY, - G_STRUCT_OFFSET(LassoSaml2AttributeValue, attributes), NULL, NULL, NULL}, {NULL, 0, 0, NULL, NULL, NULL} }; diff --git a/lasso/xml/saml-2.0/saml2_attribute_value.h b/lasso/xml/saml-2.0/saml2_attribute_value.h index 2bffc2ff..98b96e1f 100644 --- a/lasso/xml/saml-2.0/saml2_attribute_value.h +++ b/lasso/xml/saml-2.0/saml2_attribute_value.h @@ -52,7 +52,6 @@ struct _LassoSaml2AttributeValue { /*< public >*/ GList *any; /* of LassoNode */ - GHashTable *attributes; }; struct _LassoSaml2AttributeValueClass { |
