diff --git a/src/backends/NetworkManagerSuSE.c b/src/backends/NetworkManagerSuSE.c index 92ecadbe6..07c21a023 100644 --- a/src/backends/NetworkManagerSuSE.c +++ b/src/backends/NetworkManagerSuSE.c @@ -633,6 +633,9 @@ found: nm_debug ("Adding '%s' to the list of trusted networks", buf); + /* Ensure all devices get new information copied into their device lists */ + nm_policy_schedule_device_ap_lists_update_from_allowed (app_data); + free (key); free (mode); free (buf);