mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 04:40:37 +01:00
manager: fix clearing error variable in autoconnect_slaves()
This commit is contained in:
parent
405ee7cad0
commit
dcd7a45a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2920,7 +2920,7 @@ autoconnect_slaves (NMManager *self,
|
|||
&local_err);
|
||||
if (local_err) {
|
||||
_LOGW (LOGD_CORE, "Slave connection activation failed: %s", local_err->message);
|
||||
g_error_free (local_err);
|
||||
g_clear_error (&local_err);
|
||||
}
|
||||
}
|
||||
g_slist_free (slaves);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue