fix mod_xml_rpc build warnings

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15878 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-12-10 21:35:29 +00:00
parent 4f8820ae09
commit 816ad67637
4 changed files with 13 additions and 13 deletions

View File

@@ -471,7 +471,7 @@ processCall(TSession * const abyssSessionP,
&env, XMLRPC_LIMIT_EXCEEDED_ERROR,
"XML-RPC request too large (%d bytes)", contentSize);
else {
xmlrpc_mem_block * body;
xmlrpc_mem_block * body = NULL;
/* Read XML data off the wire. */
getBody(&env, abyssSessionP, contentSize, trace, &body);
if (!env.fault_occurred) {
@@ -890,8 +890,8 @@ createServerBare(xmlrpc_env * const envP,
to use.
-----------------------------------------------------------------------------*/
bool socketBound;
unsigned int portNumber;
TOsSocket socketFd;
unsigned int portNumber = 0;
TOsSocket socketFd = NULL;
const char * logFileName;
extractServerCreateParms(envP, parmsP, parmSize,