diff options
| author | Denis Kenzior <denkenz@gmail.com> | 2009-10-26 16:18:17 -0500 |
|---|---|---|
| committer | Denis Kenzior <denkenz@gmail.com> | 2009-10-26 16:18:17 -0500 |
| commit | 6f9b5be3d50d5a43415602a7aecdfff7ea3ebcf3 (patch) | |
| tree | eec7dd12ee343a56dc7b203fa76ccea506b71ddd /src | |
| parent | 939be2adc2f87df82c202ba7eae48b5a1fccc2d6 (diff) | |
| download | ofono-6f9b5be3d50d5a43415602a7aecdfff7ea3ebcf3.tar.bz2 | |
Fix: Reset netreg to 0 when unregistered
Diffstat (limited to 'src')
| -rw-r--r-- | src/cbs.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -771,6 +771,7 @@ static void netreg_watch(struct ofono_atom *atom, if (cond == OFONO_ATOM_WATCH_CONDITION_UNREGISTERED) { cbs->location_watch = 0; + cbs->netreg = 0; return; } |