mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-30 22:38:06 +02:00
device: fix matching device-spec for DHCP plugin
https://bugzilla.redhat.com/show_bug.cgi?id=1658057 Fixes:b9eb264efe(cherry picked from commit1bff602c46)
This commit is contained in:
parent
d1e98e334d
commit
51bd7dc4aa
1 changed files with 2 additions and 2 deletions
|
|
@ -15778,8 +15778,8 @@ nm_device_spec_match_list_full (NMDevice *self, const GSList *specs, int no_matc
|
|||
nm_device_get_driver (self),
|
||||
nm_device_get_driver_version (self),
|
||||
nm_device_get_permanent_hw_address (self),
|
||||
nm_dhcp_manager_get_config (nm_dhcp_manager_get ()),
|
||||
klass->get_s390_subchannels ? klass->get_s390_subchannels (self) : NULL);
|
||||
klass->get_s390_subchannels ? klass->get_s390_subchannels (self) : NULL,
|
||||
nm_dhcp_manager_get_config (nm_dhcp_manager_get ()));
|
||||
|
||||
switch (m) {
|
||||
case NM_MATCH_SPEC_MATCH:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue