Merge branch 'sm0svx:master' into tetra-sip
This commit is contained in:
commit
5d4b8129d7
|
|
@ -263,7 +263,7 @@ void DirectoryCon::onDnsLookupResultsReady(DnsLookup &dns)
|
|||
vector<DnsLookup*>::iterator it;
|
||||
for (it = dns_lookups.begin(); it != dns_lookups.end(); ++it)
|
||||
{
|
||||
if (!(*it)->resultsAreReady())
|
||||
if ((*it)->isPending())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ LIBECHOLIB=1.3.3.99.1
|
|||
LIBASYNC=1.6.99.18
|
||||
|
||||
# SvxLink versions
|
||||
SVXLINK=1.7.99.62
|
||||
SVXLINK=1.7.99.63
|
||||
MODULE_HELP=1.0.0
|
||||
MODULE_PARROT=1.1.1
|
||||
MODULE_ECHO_LINK=1.5.99.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue