Fix issue with potentially unused GPRS context type
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 24 Nov 2009 07:29:01 +0000 (08:29 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 24 Nov 2009 07:29:01 +0000 (08:29 +0100)
plugins/ofono.c

index 6072795..524eecf 100644 (file)
@@ -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);