2003-11-30 Jeff Sturm <jsturm@one-point.com>
* java/net/InetAddress.java: (static): Don'f force DNS request for ANY_IF address. 2003-11-30 Michael Koch <konqueror@gmx.de> * java/net/InetAddress.java, java/net/natInetAddressNoNet.cc, java/net/natInetAddressPosix.cc, java/net/natInetAddressWin32.cc: Reverted my last patch. From-SVN: r74074
This commit is contained in:
parent
b97366d9b3
commit
d7f16c2b3b
5 changed files with 21 additions and 25 deletions
|
@ -50,9 +50,8 @@ java::net::InetAddress::getFamily (jbyteArray bytes)
|
|||
|
||||
|
||||
JArray<java::net::InetAddress*> *
|
||||
java::net::InetAddress::implLookup (jstring host,
|
||||
java::net::InetAddress* iaddr,
|
||||
jboolean all)
|
||||
java::net::InetAddress::lookup (jstring host, java::net::InetAddress* iaddr,
|
||||
jboolean all)
|
||||
{
|
||||
struct hostent *hptr = NULL;
|
||||
if (host != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue