Fixed parameter retrieval from postponed stream termination.

git-svn-id: http://voip.null.ro/svn/yate@4674 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
marian 2011-11-04 08:30:21 +00:00
parent 7a5fc9b097
commit 5ed1a4c668
1 changed files with 1 additions and 1 deletions

View File

@ -2466,7 +2466,7 @@ bool JBStream::postponedTerminate()
if (!m_ppTerminate)
return false;
int location = m_ppTerminate->getIntValue("location");
int destroy = m_ppTerminate->getIntValue("destroy");
bool destroy = m_ppTerminate->getBoolValue("destroy");
int error = m_ppTerminate->getIntValue("error");
String reason = m_ppTerminate->getValue("reason");
resetPostponedTerminate();