forked from Mirrors/freeswitch
[sofia-sip] Sip crash on unresolvable dns resolution error of outbound request.
This commit is contained in:
parent
3a0ee19f5b
commit
93ce1a371a
|
@ -1 +1 @@
|
|||
Mon Feb 24 22:07:30 UTC 2020
|
||||
Mon Mar 16 18:37:11 UTC 2020
|
||||
|
|
|
@ -10886,6 +10886,8 @@ void outgoing_answer_a(sres_context_t *orq, sres_query_t *q,
|
|||
|
||||
if (results)
|
||||
outgoing_query_results(orq, sq, results, found);
|
||||
else if (!q)
|
||||
outgoing_resolving_error(orq, SIPDNS_503_ERROR);
|
||||
}
|
||||
|
||||
/** Store A/AAAA query results */
|
||||
|
|
Loading…
Reference in New Issue