summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2002-05-16 14:28:32 +0000
committerbrian <brian@FreeBSD.org>2002-05-16 14:28:32 +0000
commit098eb791320935e87e36e9eeaa71f241ac7ae7b5 (patch)
tree8f67a66ae3994b3aced702b9a27fd67862a4617c
parent6efbe1505f2862ee9de549b2ed5252e375a3b53b (diff)
downloadFreeBSD-src-098eb791320935e87e36e9eeaa71f241ac7ae7b5.zip
FreeBSD-src-098eb791320935e87e36e9eeaa71f241ac7ae7b5.tar.gz
Fix a mis-placed #else/#endif
-rw-r--r--usr.sbin/ppp/chap.c3
1 files changed, 1 insertions, 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
OpenPOWER on IntegriCloud