agent-manager: add a missing break in case

This commit is contained in:
Lubomir Rintel 2015-11-12 14:24:57 +01:00
parent 4b7cb5a634
commit ec4d653532

View file

@ -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 ();
}