Fix a mis-placed #else/#endif

This commit is contained in:
brian 2002-05-16 14:28:32 +00:00
parent 6efbe1505f
commit 098eb79132

View File

@ -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