plugins: Remove AllowedAccessPoints interface

Without this patch, a modem that has been removed still shows the
AllowedAccessPoints interface
This commit is contained in:
Alexander Couzens 2017-07-25 19:42:09 +02:00 committed by Denis Kenzior
parent 41ad1c1da0
commit a0a95be334
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ static void sim_watch(struct ofono_atom *atom,
if (cond == OFONO_ATOM_WATCH_CONDITION_UNREGISTERED) {
if (ctx->simwatch_id) {
sim_state_watch(OFONO_SIM_STATE_NOT_PRESENT, data);
ofono_sim_remove_state_watch(ctx->sim, ctx->simwatch_id);
ctx->simwatch_id = 0;
}