From 5aebf791276d44e86754e35f9639cd92ea8eee89 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 4 Jan 2010 09:14:40 +0000 Subject: ID-WSF XML: in dst_modification.c, add SNIPPET_BOOLEAN to overrideAllowed attribute snippet --- lasso/xml/dst_modification.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso/xml/dst_modification.c b/lasso/xml/dst_modification.c index a047ed73..1a89ecd0 100644 --- a/lasso/xml/dst_modification.c +++ b/lasso/xml/dst_modification.c @@ -63,7 +63,7 @@ static struct XmlSnippet schema_snippets[] = { { "id", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoDstModification, id), NULL, NULL, NULL}, { "notChangedSince", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoDstModification, notChangedSince), NULL, NULL, NULL }, - { "overrideAllowed", SNIPPET_ATTRIBUTE, G_STRUCT_OFFSET(LassoDstModification, + { "overrideAllowed", SNIPPET_ATTRIBUTE | SNIPPET_BOOLEAN, G_STRUCT_OFFSET(LassoDstModification, overrideAllowed), NULL, NULL, NULL }, {NULL, 0, 0, NULL, NULL, NULL} }; -- cgit