summary refs log tree commit diff
path: root/src/core/nm-dhcp-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nm-dhcp-config.c')
-rw-r--r--src/core/nm-dhcp-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-dhcp-config.c b/src/core/nm-dhcp-config.c
index 1cbad49e..8a029119 100644
--- a/src/core/nm-dhcp-config.c
+++ b/src/core/nm-dhcp-config.c
@@ -87,7 +87,7 @@ nm_dhcp_config_set_options(NMDhcpConfig *self, GHashTable *options)
     priv = NM_DHCP_CONFIG_GET_PRIVATE(self);
 
     nm_g_variant_unref(priv->options);
-    priv->options = g_variant_ref_sink(nm_utils_strdict_to_variant_asv(options));
+    priv->options = g_variant_ref_sink(nm_strdict_to_variant_asv(options));
     _notify(self, PROP_OPTIONS);
 }