Fix a mis-placed #else/#endif
This commit is contained in:
parent
a16061b236
commit
6573c25286
@ -553,9 +553,8 @@ chap_Success(struct authinfo *authp)
|
|||||||
if (*bundle->radius.cfg.file && bundle->radius.msrepstr)
|
if (*bundle->radius.cfg.file && bundle->radius.msrepstr)
|
||||||
msg = bundle->radius.msrepstr;
|
msg = bundle->radius.msrepstr;
|
||||||
else
|
else
|
||||||
#else
|
|
||||||
msg = auth2chap(authp)->authresponse;
|
|
||||||
#endif
|
#endif
|
||||||
|
msg = auth2chap(authp)->authresponse;
|
||||||
MPPE_MasterKeyValid = 1; /* XXX Global ! */
|
MPPE_MasterKeyValid = 1; /* XXX Global ! */
|
||||||
} else
|
} else
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user