diff options
| author | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:35 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-12-25 20:36:35 +0100 |
| commit | fb6910b6176a81c9ee1f868017a6eba26c806cc2 (patch) | |
| tree | 80d4e9b53b4d1b5dd3b191048c17cd6ebaa70911 /src/core/devices/wwan | |
| parent | ddbb315c36cfe7216f5a748f2e2a49ecf42d4d77 (diff) | |
| parent | e465722b908aa870bdc293b9a417d3c15294aa6d (diff) | |
Update upstream source from tag 'upstream/1.50.1'
Update to upstream version '1.50.1' with Debian dir 79e2d35ba659f65eb90078d6e46e316745aa2e42
Diffstat (limited to 'src/core/devices/wwan')
| -rw-r--r-- | src/core/devices/wwan/nm-modem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/devices/wwan/nm-modem.c b/src/core/devices/wwan/nm-modem.c index ea0fa7aa..23e7de4a 100644 --- a/src/core/devices/wwan/nm-modem.c +++ b/src/core/devices/wwan/nm-modem.c @@ -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)); |