From owner-cvs-all Mon Sep 21 01:55:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA00511 for cvs-all-outgoing; Mon, 21 Sep 1998 01:55:55 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA00500; Mon, 21 Sep 1998 01:55:49 -0700 (PDT) (envelope-from luigi@FreeBSD.org) From: Luigi Rizzo Received: (from luigi@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA07173; Mon, 21 Sep 1998 01:55:23 -0700 (PDT) Date: Mon, 21 Sep 1998 01:55:23 -0700 (PDT) Message-Id: <199809210855.BAA07173@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_input.c ip_output.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk luigi 1998/09/21 01:55:23 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_input.c ip_output.c Log: Fix the ipfw/natd problem for which people has been shouting at me for the last few days. It was a stupid uninitialized variable, and the bug was generated when i cleaned up the code removing redundant(!) initializations before the commit. Thanks to Studded@dal.net and Allan Saddi who provided traces to help track down the problem. Revision Changes Path 1.50.2.21 +3 -4 src/sys/netinet/ip_input.c 1.44.2.11 +3 -4 src/sys/netinet/ip_output.c