summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dnsproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsproxy.c b/src/dnsproxy.c
index 5e06a97e..ce619095 100644
--- a/src/dnsproxy.c
+++ b/src/dnsproxy.c
@@ -2974,7 +2974,7 @@ int __connman_dnsproxy_init(void)
srandom(time(NULL));
- listener_table = g_hash_table_new_full(g_direct_hash, g_str_equal,
+ listener_table = g_hash_table_new_full(g_direct_hash, g_direct_equal,
NULL, g_free);
index = connman_inet_ifindex("lo");