From fc5afc99b7d1e1ffdb51fbb7e9501a907c389bc3 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 24 Nov 2009 08:29:01 +0100 Subject: Fix issue with potentially unused GPRS context type --- plugins/ofono.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3