Removed another todo
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13460 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
a29a989f74
commit
eee9aef9a3
|
@ -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) {
|
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);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Error running this query: [%s]\n", sql);
|
||||||
#endif
|
#endif
|
||||||
/* TODO: Return -1 for safety */
|
/* Return -1 for safety */
|
||||||
|
|
||||||
return -1.00;
|
return -1.00;
|
||||||
#ifdef SWITCH_HAVE_ODBC
|
#ifdef SWITCH_HAVE_ODBC
|
||||||
|
|
Loading…
Reference in New Issue