mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 06:40:18 +01:00
wired: fix uninitialized variable
This commit is contained in:
parent
3992c7db50
commit
3951942fa1
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ _update_s390_subchannels (NMDeviceEthernet *self)
|
|||
const char *iface;
|
||||
GUdevClient *client;
|
||||
GUdevDevice *dev;
|
||||
GUdevDevice *parent;
|
||||
GUdevDevice *parent = NULL;
|
||||
const char *parent_path, *item, *driver;
|
||||
const char *subsystems[] = { "net", NULL };
|
||||
GDir *dir;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue