diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:40 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:14:40 +0000 |
| commit | 5aebf791276d44e86754e35f9639cd92ea8eee89 (patch) | |
| tree | 6109ec6e437ea8d538bf530ffaa773bcbf30cd9a | |
| parent | dee4de185878c8350981008f8a9b65b4c5ec42d2 (diff) | |
| download | lasso-5aebf791276d44e86754e35f9639cd92ea8eee89.tar.gz lasso-5aebf791276d44e86754e35f9639cd92ea8eee89.tar.xz lasso-5aebf791276d44e86754e35f9639cd92ea8eee89.zip | |
ID-WSF XML: in dst_modification.c, add SNIPPET_BOOLEAN to overrideAllowed attribute snippet
| -rw-r--r-- | lasso/xml/dst_modification.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |
