head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.02.19.17.53.59;	author sumikawa;	state dead;
branches;
next	1.1;

1.1
date	2001.01.24.06.52.04;	author sumikawa;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 0.8.

Submitted by:	ume
@
text
@--- nsprpub/pr/src/misc/prnetdb.c.orig	Wed Mar  8 08:27:18 2000
+++ nsprpub/pr/src/misc/prnetdb.c	Thu Jan 18 17:52:51 2001
@@@@ -924,6 +924,7 @@@@
     PRStatus rv = PR_SUCCESS;
     if (!_pr_initialized) _PR_ImplicitInitialization();
 
+	bzero(&(addr->inet),sizeof(addr->inet));
 	addr->inet.family = AF_INET;
 	addr->inet.port = htons(port);
 	switch (val)
@


1.1
log
@Sync with www/mozilla.

Submitted by:	ume
@
text
@@

