mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 17:08:08 +02:00
parent
8d1233e67e
commit
549ec35d7b
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ ip6_addr_gen_mode_writer (KeyfileWriterInfo *info,
|
||||||
const GValue *value)
|
const GValue *value)
|
||||||
{
|
{
|
||||||
NMSettingIP6ConfigAddrGenMode addr_gen_mode;
|
NMSettingIP6ConfigAddrGenMode addr_gen_mode;
|
||||||
const char *str;
|
gs_free char *str = NULL;
|
||||||
|
|
||||||
addr_gen_mode = (NMSettingIP6ConfigAddrGenMode) g_value_get_int (value);
|
addr_gen_mode = (NMSettingIP6ConfigAddrGenMode) g_value_get_int (value);
|
||||||
str = nm_utils_enum_to_str (nm_setting_ip6_config_addr_gen_mode_get_type (),
|
str = nm_utils_enum_to_str (nm_setting_ip6_config_addr_gen_mode_get_type (),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue