summaryrefslogtreecommitdiffstats
path: root/lasso/xml/lib_status_response.c
diff options
context:
space:
mode:
Diffstat (limited to 'lasso/xml/lib_status_response.c')
-rw-r--r--lasso/xml/lib_status_response.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lasso/xml/lib_status_response.c b/lasso/xml/lib_status_response.c
index dbd3f918..2861b26b 100644
--- a/lasso/xml/lib_status_response.c
+++ b/lasso/xml/lib_status_response.c
@@ -58,7 +58,8 @@
/*****************************************************************************/
static struct XmlSnippet schema_snippets[] = {
- /* TODO <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> */
+ { "Extension", SNIPPET_EXTENSION,
+ G_STRUCT_OFFSET(LassoLibStatusResponse, Extension) },
{ "ProviderID", SNIPPET_CONTENT, G_STRUCT_OFFSET(LassoLibStatusResponse, ProviderID) },
{ "Status", SNIPPET_NODE, G_STRUCT_OFFSET(LassoLibStatusResponse, Status) },
{ "RelayState", SNIPPET_CONTENT, G_STRUCT_OFFSET(LassoLibStatusResponse, RelayState) },