From 098eb791320935e87e36e9eeaa71f241ac7ae7b5 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 16 May 2002 14:28:32 +0000 Subject: Fix a mis-placed #else/#endif --- usr.sbin/ppp/chap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/ppp/chap.c b/usr.sbin/ppp/chap.c index e46a444..02ad021 100644 --- a/usr.sbin/ppp/chap.c +++ b/usr.sbin/ppp/chap.c @@ -553,9 +553,8 @@ chap_Success(struct authinfo *authp) if (*bundle->radius.cfg.file && bundle->radius.msrepstr) msg = bundle->radius.msrepstr; else -#else - msg = auth2chap(authp)->authresponse; #endif + msg = auth2chap(authp)->authresponse; MPPE_MasterKeyValid = 1; /* XXX Global ! */ } else #endif -- cgit v1.1