[Freeswitch-svn] [commit] r5422 - freeswitch/trunk/src/mod/event_handlers/mod_radius_cdr
Freeswitch SVN
cparker at freeswitch.org
Wed Jun 20 10:45:28 EDT 2007
Author: cparker
Date: Wed Jun 20 10:45:28 2007
New Revision: 5422
Modified:
freeswitch/trunk/src/mod/event_handlers/mod_radius_cdr/mod_radius_cdr.c
Log:
Remove uneeded module_pool declaration
Modified: freeswitch/trunk/src/mod/event_handlers/mod_radius_cdr/mod_radius_cdr.c
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_radius_cdr/mod_radius_cdr.c (original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_radius_cdr/mod_radius_cdr.c Wed Jun 20 10:45:28 2007
@@ -40,8 +40,6 @@
SWITCH_MODULE_LOAD_FUNCTION(mod_radius_cdr_load);
SWITCH_MODULE_DEFINITION(mod_radius_cdr, mod_radius_cdr_load, NULL, NULL);
-static switch_memory_pool_t *module_pool = NULL;
-
static char cf[] = "mod_radius_cdr.conf";
static char my_dictionary[PATH_MAX];
static char * my_timeout; /* 5 */
@@ -471,8 +469,6 @@
SWITCH_MODULE_LOAD_FUNCTION(mod_radius_cdr_load)
{
- module_pool = pool;
-
if (load_config() != SWITCH_STATUS_SUCCESS) {
return SWITCH_STATUS_TERM;
}
More information about the Freeswitch-svn
mailing list