mka: Don't set newSAK to FALSE on ABANDON in CP state machine
Previously the ABANDON->RECEIVE state change was impossible and did not match the CP state machine in IEEE Std 802.1X-2010 Figure 12-2. Signed-off-by: Thomas Winter <Thomas.Winter@alliedtelesis.co.nz>
This commit is contained in:
parent
0fedfba2e2
commit
536a7cfcf7
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ SM_STATE(CP, ABANDON)
|
||||||
sm->lki = NULL;
|
sm->lki = NULL;
|
||||||
ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
|
ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
|
||||||
sm->ltx, sm->lrx);
|
sm->ltx, sm->lrx);
|
||||||
sm->new_sak = FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue