From owner-cvs-all@FreeBSD.ORG Sat Oct 28 18:09:44 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BABD16A407; Sat, 28 Oct 2006 18:09:44 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70CC43D78; Sat, 28 Oct 2006 18:09:41 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9SI9feb025633; Sat, 28 Oct 2006 18:09:41 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9SI9f9H025632; Sat, 28 Oct 2006 18:09:41 GMT (envelope-from glebius) Message-Id: <200610281809.k9SI9f9H025632@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 28 Oct 2006 18:09:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_ppp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Oct 2006 18:09:44 -0000 glebius 2006-10-28 18:09:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_ppp.c Log: MFC rev. 1.115: Fix error in rev. 1.68. The intention was to break out the switch(){}, but actually exited from the for(){} loop. This fixes the PPPIOCSCOMPRESS ioctl. PR: kern/101333 Submitted by: Igor Popov Approved by: re (hrs) Revision Changes Path 1.105.2.4 +1 -1 src/sys/net/if_ppp.c