summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-02-08 05:53:39 +0000
committerjulian <julian@FreeBSD.org>1999-02-08 05:53:39 +0000
commitbe76d440ee50c1cc1933cc3640ad4dc0d9a7641c (patch)
tree19c13087b35d5ddc20a4705f12a8a642d0e639b9 /sys/netinet
parent82933dc0a184eef353d804f76b6c73fe9a0023bb (diff)
downloadFreeBSD-src-be76d440ee50c1cc1933cc3640ad4dc0d9a7641c.zip
FreeBSD-src-be76d440ee50c1cc1933cc3640ad4dc0d9a7641c.tar.gz
remove leftover garbage line.
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/ip_divert.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c
index 9a709e5..5cf0ecb 100644
--- a/sys/netinet/ip_divert.c
+++ b/sys/netinet/ip_divert.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ip_divert.c,v 1.35 1998/12/04 22:54:53 archie Exp $
+ * $Id: ip_divert.c,v 1.36 1999/02/08 05:48:46 julian Exp $
*/
#include "opt_inet.h"
@@ -321,7 +321,6 @@ div_output(so, m, addr, control)
bzero(sin->sin_zero, sizeof(sin->sin_zero));
/* *((u_int64_t *)sin->sin_zero) = 0; */ /* XXX ?? */
sin->sin_port = 0;
- *zp = 0;
if (!(ifa = ifa_ifwithaddr((struct sockaddr *) sin))) {
error = EADDRNOTAVAIL;
goto cantsend;
OpenPOWER on IntegriCloud