mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
hack up the core with a butcher knife
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5314 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -136,11 +136,6 @@ static void event_handler(switch_event_t *event)
|
||||
if (event->event_id != SWITCH_EVENT_CUSTOM || (event->subclass && switch_core_hash_find(l->event_hash, event->subclass->name))) {
|
||||
send = 1;
|
||||
}
|
||||
} else {
|
||||
int x;
|
||||
for(x = 0; x <= SWITCH_EVENT_ALL; x++) {
|
||||
printf("%d ", l->event_list[x]);
|
||||
}
|
||||
}
|
||||
|
||||
if (send && switch_test_flag(l, LFLAG_MYEVENTS)) {
|
||||
|
||||
Reference in New Issue
Block a user