mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
[sofia-sip] scan-build: Fix "The left operand of '<' is a garbage value" (prefs) in outgoing_naptr_tport() of nta.c
This commit is contained in:
parent
9cf6521873
commit
a2f544cf7f
@ -10551,7 +10551,7 @@ struct sipdns_tport const *
|
||||
outgoing_naptr_tport(nta_outgoing_t *orq, sres_record_t *answers[])
|
||||
{
|
||||
int i, j, order, pref;
|
||||
int orders[SIPDNS_TRANSPORTS] = {0}, prefs[SIPDNS_TRANSPORTS];
|
||||
int orders[SIPDNS_TRANSPORTS] = {0}, prefs[SIPDNS_TRANSPORTS] = {0};
|
||||
struct sipdns_tport const *tport;
|
||||
|
||||
struct sipdns_resolver *sr = orq->orq_resolver;
|
||||
|
Loading…
x
Reference in New Issue
Block a user