From 61568befd5dea219866e59c54dc3ce387cc013f2 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Wed, 14 May 2014 13:48:09 +0200 Subject: [PATCH] wwan: fix broken wwan plugin due to undefined symbol Regression, introduced by 4a58ff0807e9d6b5dd6f465ffd4566d18a563c13. Fixes error loading the wwan plugin: (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 --- src/devices/wwan/wwan-exports.ver | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/wwan/wwan-exports.ver b/src/devices/wwan/wwan-exports.ver index e78208a45d..dc505d1768 100644 --- a/src/devices/wwan/wwan-exports.ver +++ b/src/devices/wwan/wwan-exports.ver @@ -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;