From owner-cvs-usrsbin Fri Jan 10 00:32:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29370 for cvs-usrsbin-outgoing; Fri, 10 Jan 1997 00:32:08 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id AAA29362; Fri, 10 Jan 1997 00:32:07 -0800 (PST) Date: Fri, 10 Jan 1997 00:32:07 -0800 (PST) From: Nate Williams Message-Id: <199701100832.AAA29362@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp alias_db.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/01/10 00:32:07 Modified: usr.sbin/ppp alias_db.c Log: The 2.2-Beta version doesn't have the brackets after the if statement. This has the effect of making every link a "passthrough" which means the TCP or UDP port won't be freed after link deletion -- so there could be eventual port exhaustion if the program were allowed to operate long enough. Submitted by: Charles Mott Revision Changes Path 1.2 +2 -1 src/usr.sbin/ppp/alias_db.c