netmon: Fix logic error

This commit is contained in:
Denis Kenzior 2019-04-30 11:38:36 -05:00
parent 74dc62b148
commit 408d063f85
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ static DBusMessage *netmon_get_serving_cell_info(DBusConnection *conn,
{
struct ofono_netmon *netmon = data;
if (!netmon->driver && !netmon->driver->request_update)
if (!netmon->driver->request_update)
return __ofono_error_not_implemented(msg);
if (netmon->pending)