mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 20:10:10 +01:00
merge: branch 'ih/autocon_ports_uninit'
policy: fix unitialized variable https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2143
This commit is contained in:
commit
462b4172b2
1 changed files with 1 additions and 1 deletions
|
|
@ -1941,7 +1941,7 @@ unblock_autoconnect_for_ports(NMPolicy *self,
|
|||
{
|
||||
NMPolicyPrivate *priv = NM_POLICY_GET_PRIVATE(self);
|
||||
NMSettingsConnection *const *connections;
|
||||
gboolean changed;
|
||||
gboolean changed = FALSE;
|
||||
guint i;
|
||||
|
||||
_LOGT(LOGD_CORE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue