net-device-mobile: Initialize variable
This commit is contained in:
parent
881248ef9a
commit
890dac86e9
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ mobilebb_enabled_toggled (NMClient *client,
|
|||
GParamSpec *pspec,
|
||||
NetDeviceMobile *device_mobile)
|
||||
{
|
||||
gboolean enabled;
|
||||
gboolean enabled = FALSE;
|
||||
GtkSwitch *sw;
|
||||
NMDevice *device;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue