[FIRE-34773] Tentative fix for library-skeleton name corruption

Be watchful for side-effects.
Initial test suggest this is isolated to just the inventory
master
Beq 2024-10-30 00:58:49 +00:00
parent 239e1b0f59
commit 7c86c974c6
1 changed files with 1 additions and 1 deletions

View File

@ -3403,7 +3403,7 @@ bool LLXMLNode::fromXMLRPCValue(LLSD& target)
if (childp->hasName("string"))
{
target.assign(LLStringFn::xml_decode(childp->getTextContents()));
target.assign(childp->getValue());
return true;
}