Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mono/metadata/threadpool-io.c')
-rw-r--r--mono/metadata/threadpool-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mono/metadata/threadpool-io.c b/mono/metadata/threadpool-io.c
index 618d995dceb..4f4fa7b1559 100644
--- a/mono/metadata/threadpool-io.c
+++ b/mono/metadata/threadpool-io.c
@@ -325,7 +325,7 @@ selector_thread (gpointer data)
return 0;
}
- states = mono_g_hash_table_new_type (g_direct_hash, g_direct_equal, MONO_HASH_VALUE_GC, MONO_ROOT_SOURCE_THREAD_POOL, "i/o thread pool states table");
+ states = mono_g_hash_table_new_type (g_direct_hash, NULL, MONO_HASH_VALUE_GC, MONO_ROOT_SOURCE_THREAD_POOL, "i/o thread pool states table");
while (!mono_runtime_is_shutting_down ()) {
gint i, j;