From 12b254e3164dbf2f773ea486a20102fd4183173c Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 26 May 1997 00:44:10 +0000 Subject: De-couple ppp from libalias. If libalias isn't there, the alias commands simply won't work. Only root may specify the location of the alias lib (otherwise, it's hard-coded). Make logprintf silently fail if LogOpen hasn't been called. Suggested by: eivind --- usr.sbin/ppp/chap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ppp/chap.c') diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index 31ba182..ee40421 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.c,v 1.15 1997/05/19 01:59:57 brian Exp $ + * $Id: chap.c,v 1.16 1997/05/24 17:32:32 brian Exp $ * * TODO: */ @@ -29,6 +29,7 @@ #include "lcp.h" #include "hdlc.h" #include "phase.h" +#include "loadalias.h" #include "vars.h" #include "auth.h" -- cgit v1.1