mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
handle some errors on missing db handle conditions
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17136 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1356,7 +1356,9 @@ void do_index(switch_stream_handle_t *stream)
|
||||
struct holder holder;
|
||||
char *errmsg;
|
||||
|
||||
switch_core_db_handle(&db);
|
||||
if (switch_core_db_handle(&db) != SWITCH_STATUS_SUCCESS) {
|
||||
return;
|
||||
}
|
||||
|
||||
holder.host = switch_event_get_header(stream->param_event, "http-host");
|
||||
holder.port = switch_event_get_header(stream->param_event, "http-port");
|
||||
|
||||
Reference in New Issue
Block a user