mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 18:10:08 +01:00
parent
c7371ff441
commit
f330b198b1
1 changed files with 1 additions and 1 deletions
|
|
@ -1118,7 +1118,7 @@ static void
|
|||
disconnect_context_complete_on_idle (gpointer user_data,
|
||||
GCancellable *cancellable)
|
||||
{
|
||||
DisconnectContext *ctx = NULL;
|
||||
DisconnectContext *ctx = user_data;
|
||||
gs_free_error GError *cancelled_error = NULL;
|
||||
|
||||
g_cancellable_set_error_if_cancelled (cancellable, &cancelled_error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue