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:
Thomas Winter 2019-08-27 15:55:35 +12:00 committed by Jouni Malinen
parent 0fedfba2e2
commit 536a7cfcf7

View File

@ -301,7 +301,6 @@ SM_STATE(CP, ABANDON)
sm->lki = NULL;
ieee802_1x_kay_set_latest_sa_attr(sm->kay, sm->lki, sm->lan,
sm->ltx, sm->lrx);
sm->new_sak = FALSE;
}