diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-10-26 18:30:41 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-26 18:30:41 -0500 |
commit | fa8eb23d3f32b7f6fc66a3a5bd7d84c1d1f7ed3c (patch) | |
tree | ead2138b841f17bbebad2faa8ac1ab7e2767cb57 | |
parent | e63ea23557b35fce8e510218b86f44f0d4b37df1 (diff) | |
download | ofono-fa8eb23d3f32b7f6fc66a3a5bd7d84c1d1f7ed3c.tar.bz2 |
Fix: Use driver_attached instead of attached
-rw-r--r-- | src/gprs.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |