osmo-epdg: listener: authorize: fix missing goto when ue can't found

This commit is contained in:
Alexander Couzens 2024-02-17 01:47:55 +01:00
parent 844c7f19ba
commit 43457788ef
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ METHOD(listener_t, authorize, bool,
if (!ue)
{
DBG1(DBG_NET, "epdg: authorize: Can't find match UE for imsi %s via EAP identity.", imsi);
goto err;
}
ue->set_state(ue, UE_WAIT_TUNNEL);