From owner-cvs-usrsbin Fri Dec 12 21:31:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA25549 for cvs-usrsbin-outgoing; Fri, 12 Dec 1997 21:31:49 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA25413; Fri, 12 Dec 1997 21:29:42 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA00400; Fri, 12 Dec 1997 21:27:31 -0800 (PST) Date: Fri, 12 Dec 1997 21:27:31 -0800 (PST) Message-Id: <199712130527.VAA00400@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/pppd auth.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/12/12 21:27:31 PST Modified files: usr.sbin/pppd auth.c Log: Fix a segmentation violation that happened if "auth" was in the options file but there was no suitable secret in the secrets file. Revision Changes Path 1.21 +3 -2 src/usr.sbin/pppd/auth.c