diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:11:02 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:11:02 +0000 |
| commit | 205d705b33dfe9cb1ae485c88824a6e20c7f53ba (patch) | |
| tree | 98803a4e652ad18f70f46719fc673fee569dd93c | |
| parent | c879c0a510308c13f05a7a994f39b022e8104493 (diff) | |
* lasso/xml/xml.c: adapt to new prefix of Dgme library
| -rw-r--r-- | lasso/xml/xml.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index ba4e5d27..91cd4062 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -1575,7 +1575,7 @@ lasso_node_new_from_xmlNode(xmlNode *xmlnode) prefix = "WsAddr"; else if (strcmp((char*)xmlnode->ns->href, "urn:dgme:msp:ed:2007-01") == 0) /* FIXME: new namespaces should be possible to add from another library than lasso */ - prefix = "MspEd"; + prefix = "DgmeMspEd"; else { /* ID-WSF 2 Profile */ tmp = lasso_get_prefix_for_idwsf2_dst_service_href((char*)xmlnode->ns->href); |
