mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-23 05:50:29 +01:00
lldp: fix crash in nm_device_update_dynamic_ip_setup() due to uninitialized @error
Fixes:07a9364d9c(cherry picked from commitee3ac13e50)
This commit is contained in:
parent
cb3fab7eb3
commit
6558ebae10
1 changed files with 1 additions and 1 deletions
|
|
@ -1276,7 +1276,7 @@ void
|
|||
nm_device_update_dynamic_ip_setup (NMDevice *self)
|
||||
{
|
||||
NMDevicePrivate *priv;
|
||||
GError *error;
|
||||
GError *error = NULL;
|
||||
gconstpointer addr;
|
||||
size_t addr_length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue