about summary refs log tree commit diff
path: root/libnm/nm-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-manager.c')
-rw-r--r--libnm/nm-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-manager.c b/libnm/nm-manager.c
index e664b710..54a951a6 100644
--- a/libnm/nm-manager.c
+++ b/libnm/nm-manager.c
@@ -806,7 +806,7 @@ activate_info_complete (ActivateInfo *info,
 		g_simple_async_result_set_from_error (info->simple, error);
 	g_simple_async_result_complete (info->simple);
 
-	c_list_unlink (&info->lst);
+	c_list_unlink_stale (&info->lst);
 
 	g_free (info->active_path);
 	g_free (info->new_connection_path);