Signed-off-by: Emanuel Taube <[email protected]>
---
 sae.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/sae.c b/sae.c
index 3f349e8..aca88ce 100644
--- a/sae.c
+++ b/sae.c
@@ -258,6 +258,7 @@ delete_peer (struct candidate **delme)
             }
             srv_rem_timeout(srvctx, peer->t0);     /* no harm if not set */
             srv_rem_timeout(srvctx, peer->t1);     /*      ditto         */
+            srv_rem_timeout(srvctx, peer->t2);     /*      ditto         */
             TAILQ_REMOVE(&peers, peer, entry);
             /*
              * PWE, the private value, the PMK and KCK are all secret so
-- 
1.7.10.4

_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel

Reply via email to