mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 01:50:14 +01:00
device: fix matching device-spec for DHCP plugin
https://bugzilla.redhat.com/show_bug.cgi?id=1658057
Fixes: b9eb264efe
This commit is contained in:
parent
b7429d0a95
commit
1bff602c46
1 changed files with 2 additions and 2 deletions
|
|
@ -15950,8 +15950,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