mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-17 09:10:47 +02:00
ifcfg-rh: trivial: fix possibly uninitialized variable usage
This commit is contained in:
parent
f14ecfb9f5
commit
c0d3004d44
1 changed files with 1 additions and 1 deletions
|
|
@ -1457,7 +1457,7 @@ make_ip6_setting (shvarFile *ifcfg,
|
|||
guint32 i;
|
||||
shvarFile *network_ifcfg;
|
||||
gboolean never_default = FALSE, tmp_success;
|
||||
gboolean ip6_privacy, ip6_privacy_prefer_public_ip;
|
||||
gboolean ip6_privacy = FALSE, ip6_privacy_prefer_public_ip;
|
||||
char *ip6_privacy_str;
|
||||
NMSettingIP6ConfigPrivacy ip6_privacy_val;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue