summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/ofono.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ofono.c b/plugins/ofono.c
index 6072795d..524eecf0 100644
--- a/plugins/ofono.c
+++ b/plugins/ofono.c
@@ -182,7 +182,7 @@ static void config_network_reply(DBusPendingCall *call, void *user_data)
struct connman_network *network = user_data;
DBusMessage *reply;
DBusMessageIter array, dict;
- gboolean internet_type;
+ gboolean internet_type = FALSE;
DBG("network %p", network);