From owner-cvs-all Fri May 10 5:48:16 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8CFA37B40D; Fri, 10 May 2002 05:48:10 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4ACmAY42289; Fri, 10 May 2002 05:48:10 -0700 (PDT) (envelope-from joerg) Message-Id: <200205101248.g4ACmAY42289@freefall.freebsd.org> From: Joerg Wunsch Date: Fri, 10 May 2002 05:48:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_spppsubr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/10 05:48:10 PDT Modified files: sys/net if_spppsubr.c Log: Fix a misplaced break statement within a switch that accidentally made it into an "#ifdef INET6" block. This caused a (harmless but annoying) EINVAL return value to be sent even though the operation completed successfully. PR: kern/37786 Submitted by: Ari Suutari ,David Malone MFC after: 1 day Revision Changes Path 1.94 +1 -1 src/sys/net/if_spppsubr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message