Skip to content

Commit

Permalink
Sip crash on unresolvable dns resolution error of IPv6 outbound request.
Browse files Browse the repository at this point in the history
  • Loading branch information
andywolk committed Apr 27, 2022
1 parent 1fef149 commit 48bcb4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsofia-sip-ua/nta/nta.c
Original file line number Diff line number Diff line change
Expand Up @@ -10912,6 +10912,8 @@ void outgoing_answer_aaaa(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);
}
#endif /* SU_HAVE_IN6 */

Expand Down

0 comments on commit 48bcb4d

Please sign in to comment.