summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/network.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network.c b/src/network.c
index ec91a803..402d2af1 100644
--- a/src/network.c
+++ b/src/network.c
@@ -980,6 +980,8 @@ static void current_operator_callback(const struct ofono_error *error,
memcpy(netreg->current_operator, current,
sizeof(struct ofono_network_operator));
+ netreg->current_operator->status = OPERATOR_STATUS_CURRENT;
+
netreg->operator_list = g_slist_append(netreg->operator_list,
netreg->current_operator);