mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-06 21:00:32 +01:00
agent-manager: add a missing break in case
This commit is contained in:
parent
4b7cb5a634
commit
ec4d653532
1 changed files with 1 additions and 0 deletions
|
|
@ -777,6 +777,7 @@ request_remove_agent (Request *req, NMSecretAgent *agent, GSList **pending_reqs)
|
|||
nm_auth_chain_unref (req->con.chain);
|
||||
req->con.chain = NULL;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue