Fixing build.

cusax-fix
Damian Minkov 16 years ago
parent 3d561e0f84
commit ab68449ffe

@ -1059,6 +1059,6 @@ public java.net.InetSocketAddress getLocalAddressForDestination(
// .getLocalTLSAddressForDestination(dst, dstPort, localAddress));
// else
return (java.net.InetSocketAddress)(((SipStackImpl)this.stack)
.getLocalAddressForDestination(dst, dstPort, localAddress, 0));
.obtainLocalAddress(dst, dstPort, localAddress, 0));
}
}

@ -113,7 +113,7 @@ protected void tearDown() throws Exception
{
super.tearDown();
fixture.tearDown();
xCapClient.dicsonnect();
xCapClient.disconnect();
}
/**

Loading…
Cancel
Save