From 536a7cfcf7e7199a6e247d0e7ab599957884821c Mon Sep 17 00:00:00 2001 From: Thomas Winter Date: Tue, 27 Aug 2019 15:55:35 +1200 Subject: [PATCH] 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 --- src/pae/ieee802_1x_cp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pae/ieee802_1x_cp.c b/src/pae/ieee802_1x_cp.c index 574b53f41..27c6f0c5f 100644 --- a/src/pae/ieee802_1x_cp.c +++ b/src/pae/ieee802_1x_cp.c @@ -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; }