MPPE_MasterKeyValid is only there if HAVE_DES is defined.
This commit is contained in:
parent
c42627ffff
commit
64602637c7
@ -130,7 +130,9 @@ bundle_NewPhase(struct bundle *bundle, u_int new)
|
||||
switch (new) {
|
||||
case PHASE_DEAD:
|
||||
bundle->phase = new;
|
||||
#ifdef HAVE_DES
|
||||
MPPE_MasterKeyValid = 0;
|
||||
#endif
|
||||
log_DisplayPrompts();
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user