mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
RADIUS server: Remove unreachable code
The previous break will already stop the loop, so this unnecessary check can be removed (CID 72708). Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
e4474c1c20
commit
54461f3e03
@ -2048,8 +2048,6 @@ void radius_server_eap_pending_cb(struct radius_server_data *data, void *ctx)
|
||||
sess = s;
|
||||
break;
|
||||
}
|
||||
if (sess)
|
||||
break;
|
||||
}
|
||||
if (sess)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user