diff options
-rw-r--r-- | src/network.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/network.c b/src/network.c index 3431fba3..bcac56b8 100644 --- a/src/network.c +++ b/src/network.c @@ -931,7 +931,8 @@ gboolean __ofono_netreg_remove_status_watch(struct ofono_netreg *netreg, unsigned int id) { DBG("%p", netreg); - __ofono_watchlist_remove_item(netreg->status_watches, id); + + return __ofono_watchlist_remove_item(netreg->status_watches, id); } static void notify_status_watches(struct ofono_netreg *netreg) |