mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 10:30:13 +01:00
core: fix crash on an activation error
Reported by Oleksii Shevchuk (alxchk) on IRC
This commit is contained in:
parent
732012cc8c
commit
6457e2c367
1 changed files with 1 additions and 1 deletions
|
|
@ -3293,7 +3293,7 @@ impl_manager_add_and_activate_connection (NMManager *self,
|
|||
NMManagerPrivate *priv = NM_MANAGER_GET_PRIVATE (self);
|
||||
NMConnection *connection = NULL;
|
||||
GSList *all_connections = NULL;
|
||||
NMActiveConnection *active;
|
||||
NMActiveConnection *active = NULL;
|
||||
NMAuthSubject *subject = NULL;
|
||||
GError *error = NULL;
|
||||
NMDevice *device = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue