summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-11-10 16:27:43 +0100
committerThomas Haller <thaller@redhat.com>2016-11-10 18:30:38 +0100
commitdc8ed66a19aa55dc80f7ef274744f9ccca9e3506 (patch)
tree00b9ff0d8cb91273b9973595ad415cf2aaf10c83
parent5f00a20f3833b42ce8a9f3fbc9044e5c3ea94b72 (diff)
downloadNetworkManager-dc8ed66a19aa55dc80f7ef274744f9ccca9e3506.tar.gz
build: fix symbol version file for _nm_device_factory_no_default_settings
Strange, didn't get this failure before... ./src/NetworkManager: symbol lookup error: ./src/devices/wifi/.libs/libnm-device-plugin-wifi.so: undefined symbol: _nm_device_factory_no_default_settings
-rw-r--r--src/NetworkManager.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NetworkManager.ver b/src/NetworkManager.ver
index 9e613d4142..3d8690431b 100644
--- a/src/NetworkManager.ver
+++ b/src/NetworkManager.ver
@@ -6,6 +6,7 @@ global:
_nm_dbus_proxy_call_finish;
_nm_dbus_signal_connect_data;
_nm_device_factory_no_default_links;
+ _nm_device_factory_no_default_settings;
_nm_exported_object_clear_and_unexport;
_nm_log_impl;
_nm_logging_enabled_state;