mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 14:50:24 +01:00
device/bridge: fix uninitialized variable in commit_option()
Fixes: 93e38cbe56 ('nm-setting-bridge: add 'group-address' bridge option')
This commit is contained in:
parent
95888e8861
commit
36ab1e841f
1 changed files with 1 additions and 0 deletions
|
|
@ -380,6 +380,7 @@ commit_option (NMDevice *device, NMSetting *setting, const Option *option, gbool
|
|||
break;
|
||||
default:
|
||||
nm_assert_not_reached ();
|
||||
value = NULL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue