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:
Jouni Malinen 2014-09-13 16:22:16 +03:00
parent e4474c1c20
commit 54461f3e03
1 changed files with 0 additions and 2 deletions

View File

@ -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;