those who lock, should also unlock...

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5450 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-06-24 03:42:11 +00:00
parent 33ec66f396
commit c01e8d3e52
1 changed files with 1 additions and 0 deletions

View File

@ -341,6 +341,7 @@ void BaseCDR::process_channel_variables(const std::list<std::string>& stringlist
tempstring_second = (char *) val; tempstring_second = (char *) val;
chanvars_supp[tempstring_first] = tempstring_second; chanvars_supp[tempstring_first] = tempstring_second;
} }
switch_channel_variable_last(channel);
} }
else else
{ {