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