Removed another todo

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13460 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Darren Schreiber 2009-05-27 05:00:24 +00:00
parent a29a989f74
commit eee9aef9a3
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static float get_balance(const char *billaccount)
if (switch_odbc_handle_callback_exec(globals.master_odbc, sql, nibblebill_callback, &pdata) != SWITCH_ODBC_SUCCESS) {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error running this query: [%s]\n", sql);
#endif
/* TODO: Return -1 for safety */
/* Return -1 for safety */
return -1.00;
#ifdef SWITCH_HAVE_ODBC