Date: Sat, 21 Oct 2006 09:44:02 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ppp.c Message-ID: <200610210944.k9L9i2MP024254@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2006-10-21 09:44:02 UTC FreeBSD src repository Modified files: sys/net if_ppp.c Log: 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 <igorpopov newmail.ru> Revision Changes Path 1.115 +1 -1 src/sys/net/if_ppp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610210944.k9L9i2MP024254>