gprs: Allow synchronous callbacks for set_attached

This commit is contained in:
Denis Kenzior 2015-11-13 16:08:32 -06:00
parent cbc5378346
commit 418ca19f25
1 changed files with 1 additions and 1 deletions

View File

@ -1651,8 +1651,8 @@ static void gprs_netreg_update(struct ofono_gprs *gprs)
gprs->flags |= GPRS_FLAG_ATTACHING;
gprs->driver->set_attached(gprs, attach, gprs_attach_callback, gprs);
gprs->driver_attached = attach;
gprs->driver->set_attached(gprs, attach, gprs_attach_callback, gprs);
}
static void netreg_status_changed(int status, int lac, int ci, int tech,