git-svn-id: http://voip.null.ro/svn/yate@3247 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2010-04-27 15:05:48 +00:00
parent 079f037bbf
commit bf6b1d43c2
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ bool JBFeaturesModule::handleFeaturePrivateData(JabberID& from, Message& msg)
TelEngine::destruct(m);
}
if (!pdata)
pdata = XMPPUtils::createElement(tag,*ns);
pdata = XMPPUtils::createElement(tag,"",*ns);
query->addChild(pdata);
return buildResult(msg,xml,query);
}