mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 16:00:07 +01:00
parent
b33b15ae76
commit
c033330c41
2 changed files with 2 additions and 0 deletions
|
|
@ -1960,6 +1960,7 @@ get_bus_name (NMDevice *device)
|
|||
*/
|
||||
priv->bus_name = g_strdup ("");
|
||||
}
|
||||
g_object_unref (udevice);
|
||||
|
||||
out:
|
||||
if (*priv->bus_name)
|
||||
|
|
|
|||
|
|
@ -1770,6 +1770,7 @@ get_bus_name (NMDevice *device)
|
|||
*/
|
||||
priv->bus_name = g_strdup ("");
|
||||
}
|
||||
g_object_unref (udevice);
|
||||
|
||||
out:
|
||||
if (*priv->bus_name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue