This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: java.net.InetAddress
On Sat, Nov 29, 2003 at 09:51:58AM -0500, Jeff Sturm wrote:
> Index: InetAddress.java
> ===================================================================
> RCS file: /cvs/gcc/gcc/libjava/java/net/InetAddress.java,v
> retrieving revision 1.25
> diff -u -p -r1.25 InetAddress.java
> --- InetAddress.java 28 Nov 2003 22:01:29 -0000 1.25
> +++ InetAddress.java 29 Nov 2003 14:44:57 -0000
> @@ -82,7 +82,7 @@ public class InetAddress implements Seri
> }
>
> byte[] zeros = { 0, 0, 0, 0 };
> - ANY_IF = new InetAddress (zeros, null);
> + ANY_IF = new InetAddress (zeros, "0.0.0.0");
> }
>
> /**
I will test this locally later and when this works for me I will revert
my already commited patch and commit this one. I should have thought on
this one before.
Michael