From 8677c1f42fc62dfca3a84dfd080eef13de56a3af Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Sun, 24 Mar 2013 14:39:19 +0000 Subject: Don't load the hosts file in epan_init, it's loaded when opening a file in cf_open(). svn path=/trunk/; revision=48526 --- epan/epan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/epan.c') diff --git a/epan/epan.c b/epan/epan.c index 4237f7ec9b..cd65621942 100644 --- a/epan/epan.c +++ b/epan/epan.c @@ -108,7 +108,7 @@ epan_init(void (*register_all_protocols_func)(register_cb cb, gpointer client_da packet_init(); dfilter_init(); final_registration_all_protocols(); - host_name_lookup_init(); + /*host_name_lookup_init();*//* We load the hostname file in cf_open, no need to do it here? */ expert_init(); #ifdef HAVE_LUA wslua_init(cb, client_data); -- cgit v1.2.3