fix build broken in in r5751

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5752 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-09-25 01:22:32 +00:00
parent d33b5670f0
commit 5e14d2f54c
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ void BaseCDR::process_channel_variables(const std::list<std::string>& stringlist
const void *var;
switch_memory_pool_t *sessionpool;
sessionpool = switch_core_session_get_pool(coresession);
for (hi = switch_channel_variable_first(channel,sessionpool); hi; hi = switch_hash_next(hi))
for (hi = switch_channel_variable_first(channel); hi; hi = switch_hash_next(hi))
{
switch_hash_this(hi, &var, 0, &val);
std::string tempstring_first, tempstring_second;