]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix build broken in in r5751
authorMichael Jerris <mike@jerris.com>
Tue, 25 Sep 2007 01:22:32 +0000 (01:22 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 25 Sep 2007 01:22:32 +0000 (01:22 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5752 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/event_handlers/mod_cdr/basecdr.cpp

index 66915006cef4d88fedc399131cd05aa21d29c7b7..7c77a6d08f0aaf1c8ec0c23bc0f7c49e47cbdeb7 100644 (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;