summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-22 23:21:57 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-22 23:21:57 +0000
commit31e2cc05b7676e1cd4cdb5bfc7b87ce8bc395d5b (patch)
tree5ea5d7f3b5e7f05017d501259dc76514edd566aa /lasso/xml
parent528c7cc4226caeb76dcb9357b31a7cbad351a3b2 (diff)
downloadlasso-31e2cc05b7676e1cd4cdb5bfc7b87ce8bc395d5b.tar.gz
lasso-31e2cc05b7676e1cd4cdb5bfc7b87ce8bc395d5b.tar.xz
lasso-31e2cc05b7676e1cd4cdb5bfc7b87ce8bc395d5b.zip
disco:Status doesn't exist; once again fall back to UtilityStatus
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/xml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index e35a27ae..262a4bf9 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -841,6 +841,8 @@ lasso_node_new_from_xmlNode(xmlNode *xmlnode)
prefix = "Dst";
if (strcmp(prefix, "Dst") == 0 && strcmp(xmlnode->name, "Status") == 0)
prefix = "Utility";
+ if (strcmp(prefix, "Disco") == 0 && strcmp(xmlnode->name, "Status") == 0)
+ prefix = "Utility";
xsitype = xmlGetNsProp(xmlnode, "type", LASSO_XSI_HREF);
if (xsitype) {