passing non-null value to generate_xml_cdr now implies its an initalized xml object

This commit is contained in:
Anthony Minessale
2010-07-01 15:22:13 -05:00
parent 21edf395ca
commit 3a6bb506c0
6 changed files with 12 additions and 8 deletions

View File

@@ -542,7 +542,7 @@ SWITCH_DECLARE_CONSTRUCTOR CoreSession::~CoreSession()
SWITCH_DECLARE(char *) CoreSession::getXMLCDR()
{
switch_xml_t cdr;
switch_xml_t cdr = NULL;
this_check((char *)"");
sanity_check((char *)"");