mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 09:20:23 +01:00
wwan: remove buggy assertion
Removed an assertion that was not satisfied in the legitimate case of
IPv4 + do_auto.
Fixes: 58287cbcc0 ('core: rework IP configuration in NetworkManager using layer 3 configuration')
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2061
This commit is contained in:
parent
1e373ae073
commit
4082e7e109
1 changed files with 0 additions and 1 deletions
|
|
@ -206,7 +206,6 @@ nm_modem_emit_signal_new_config(NMModem *self,
|
|||
nm_assert(NM_IS_MODEM(self));
|
||||
nm_assert_addr_family(addr_family);
|
||||
nm_assert(!l3cd || NM_IS_L3_CONFIG_DATA(l3cd));
|
||||
nm_assert(!do_auto || addr_family == AF_INET6);
|
||||
nm_assert(!iid || addr_family == AF_INET6);
|
||||
nm_assert(!error || (!l3cd && !do_auto && !iid));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue