--- nm-device.c 2016-08-10 13:45:09.000000000 +0200 +++ nm-device_patched.c 2016-08-10 13:46:30.408878875 +0200 @@ -1267,7 +1267,7 @@ s_con = nm_connection_get_setting_connection (connection); g_assert (s_con); if (nm_setting_connection_get_autoconnect (s_con)) - available_conns = g_slist_prepend (available_conns, connection); + available_conns = g_slist_append (available_conns, connection); } if (!available_conns)