mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-26 14:40:39 +01:00
wwan: fix broken wwan plugin due to undefined symbol
Regression, introduced by 4a58ff0807.
Fixes error loading the wwan plugin:
<warn> (libnm-device-plugin-wwan.so): failed to load plugin: /usr/lib64/NetworkManager/libnm-device-plugin-wwan.so: undefined symbol: nm_modem_manager_get_type
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
c97e1dd507
commit
61568befd5
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ global:
|
|||
nm_modem_get_type;
|
||||
nm_modem_get_uid;
|
||||
nm_modem_ip4_pre_commit;
|
||||
nm_modem_manager_get_type;
|
||||
nm_modem_owns_port;
|
||||
nm_modem_set_mm_enabled;
|
||||
nm_modem_stage3_ip4_config_start;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue