mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-04 20:00:41 +01:00
device: fix uninitialized ifa_flags
Pointed by Coverity.
This commit is contained in:
parent
524658f8a3
commit
a2ac5bb382
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue