FSBUILD-221 fix several trivial warnings

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16041 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Jeff Lenk
2009-12-23 03:44:42 +00:00
parent 96abcd5efd
commit dc5d69c104
4 changed files with 4 additions and 4 deletions

View File

@@ -181,7 +181,7 @@ static switch_xml_config_item_t config_settings[] = {
static switch_status_t do_config()
{
switch_cache_db_handle_t *dbh;
switch_cache_db_handle_t *dbh = NULL;
switch_status_t status = SWITCH_STATUS_SUCCESS;
char *sql = NULL;