mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 10:40:08 +01:00
ifcfg-rh: dbus method return values need to be allocated
This commit is contained in:
parent
d0f5c92ed9
commit
6b7ec3894a
1 changed files with 2 additions and 2 deletions
|
|
@ -563,8 +563,8 @@ impl_ifcfgrh_get_ifcfg_details (SCPluginIfcfg *plugin,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
*out_uuid = uuid;
|
||||
*out_path = path;
|
||||
*out_uuid = g_strdup (uuid);
|
||||
*out_path = g_strdup (path);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue