net-device-mobile: Initialize variable

This commit is contained in:
Georges Basile Stavracas Neto 2018-10-31 19:20:10 -03:00
parent 881248ef9a
commit 890dac86e9
No known key found for this signature in database
GPG key ID: 886C17EE170D1385

View file

@ -163,7 +163,7 @@ mobilebb_enabled_toggled (NMClient *client,
GParamSpec *pspec,
NetDeviceMobile *device_mobile)
{
gboolean enabled;
gboolean enabled = FALSE;
GtkSwitch *sw;
NMDevice *device;