From: Denis Kenzior Date: Mon, 26 Oct 2009 23:30:41 +0000 (-0500) Subject: Fix: Use driver_attached instead of attached X-Git-Tag: 0.9~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa8eb23d3f32b7f6fc66a3a5bd7d84c1d1f7ed3c;p=platform%2Fupstream%2Fofono.git Fix: Use driver_attached instead of attached --- diff --git a/src/gprs.c b/src/gprs.c index c766870..aba4eac 100644 --- a/src/gprs.c +++ b/src/gprs.c @@ -557,7 +557,7 @@ static void gprs_netreg_update(struct ofono_gprs *gprs) attach = attach && gprs->powered; - if (gprs->attached == attach) + if (gprs->driver_attached == attach) return; if (gprs->flags & GPRS_FLAG_ATTACHING)