diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2005-09-19 14:15:38 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2005-09-19 14:15:38 +0000 |
| commit | 7992abfe075b59013e8b5e08f4e312426e13eabc (patch) | |
| tree | 341e351f80bc52fe307187f5ec05e1f4c34797b7 | |
| parent | 0c561057e3cd1eaf585f9feccac52d166a1a1fd6 (diff) | |
| download | lasso-7992abfe075b59013e8b5e08f4e312426e13eabc.tar.gz lasso-7992abfe075b59013e8b5e08f4e312426e13eabc.tar.xz lasso-7992abfe075b59013e8b5e08f4e312426e13eabc.zip | |
Fixed snippet definition of Credentials object.
| -rw-r--r-- | lasso/xml/disco_credentials.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/disco_credentials.c b/lasso/xml/disco_credentials.c index 1dd9b6e0..06ad78b8 100644 --- a/lasso/xml/disco_credentials.c +++ b/lasso/xml/disco_credentials.c @@ -42,7 +42,7 @@ /*****************************************************************************/ static struct XmlSnippet schema_snippets[] = { - { "any", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoDiscoCredentials, any) }, + { "", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoDiscoCredentials, any) }, { NULL, 0, 0} }; |
