From: Anthony Minessale Date: Mon, 6 Oct 2008 14:35:29 +0000 (+0000) Subject: fix broken macro call X-Git-Tag: v1.0.2~947 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=714d8d2b84516c32ebb7f40b7a5e7af364ad1384;p=thirdparty%2Ffreeswitch.git fix broken macro call git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9852 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c b/src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c index cee677a2d6..fce0628049 100644 --- a/src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c +++ b/src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.c @@ -50,7 +50,7 @@ static struct { SWITCH_MODULE_LOAD_FUNCTION(mod_xml_cdr_load); SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_xml_cdr_shutdown); -SWITCH_MODULE_DEFINITION(mod_xml_cdr, mod_xml_cdr_load, NULL, NULL); +SWITCH_MODULE_DEFINITION(mod_xml_cdr, mod_xml_cdr_load, mod_xml_cdr_shutdown, NULL); /* this function would have access to the HTML returned by the webserver, we dont need it * and the default curl activity is to print to stdout, something not as desirable