device: fix uninitialized ifa_flags

Pointed by Coverity.
This commit is contained in:
Jiří Klimeš 2014-03-07 23:51:13 +01:00
parent 524658f8a3
commit a2ac5bb382

View file

@ -3318,7 +3318,7 @@ rdisc_config_changed (NMRDisc *rdisc, NMRDiscConfigMap changed, NMDevice *device
int i;
NMDeviceStateReason reason;
static int system_support = -1;
guint ifa_flags;
guint ifa_flags = 0x00;
if (system_support == -1) {
/*