mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-07 21:01:50 +00:00
FS-4715 --resolve
This commit is contained in:
+1
-1
@@ -911,7 +911,7 @@ static switch_status_t switch_event_base_add_header(switch_event_t *event, switc
|
||||
fly++;
|
||||
}
|
||||
|
||||
if ((header = switch_event_get_header_ptr(event, header_name))) {
|
||||
if (header || (header = switch_event_get_header_ptr(event, header_name))) {
|
||||
|
||||
if (index_ptr) {
|
||||
if (index > -1 && index <= 4000) {
|
||||
|
||||
Reference in New Issue
Block a user