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
1 changed files with 0 additions and 2 deletions
|
@ -2048,8 +2048,6 @@ void radius_server_eap_pending_cb(struct radius_server_data *data, void *ctx)
|
||||||
sess = s;
|
sess = s;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (sess)
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if (sess)
|
if (sess)
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue