summaryrefslogtreecommitdiff
path: root/libnm/nm-dhcp-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-dhcp-config.c')
-rw-r--r--libnm/nm-dhcp-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-dhcp-config.c b/libnm/nm-dhcp-config.c
index 3161e2960f..33b99ed04b 100644
--- a/libnm/nm-dhcp-config.c
+++ b/libnm/nm-dhcp-config.c
@@ -51,7 +51,7 @@ nm_dhcp_config_init (NMDhcpConfig *config)
{
NMDhcpConfigPrivate *priv = NM_DHCP_CONFIG_GET_PRIVATE (config);
- priv->options = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, g_free);
+ priv->options = g_hash_table_new_full (nm_str_hash, g_str_equal, g_free, g_free);
}
static gboolean