mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 00:38:07 +02: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 (cherry picked from commit4082e7e109) (cherry picked from commit9cb6424a18)
This commit is contained in:
parent
95ef14b44e
commit
60996ccb2c
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