1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

FS-6339 --resolve

This commit is contained in:
Anthony Minessale 2014-03-11 18:16:23 -05:00
parent 98c2a3b992
commit 9fd30a2cd9
2 changed files with 1 additions and 2 deletions
libs/sofia-sip
.update
libsofia-sip-ua/nta

@ -1 +1 @@
Thu Mar 6 00:30:51 CDT 2014
Tue Mar 11 18:16:09 CDT 2014

@ -11176,7 +11176,6 @@ nta_reliable_t *reliable_find(nta_agent_t const *agent,
if (rel->rel_rseq == rack->ra_response)
return (nta_reliable_t *)rel;
return NULL;
}
}