changeset 4591:bd1da3473e44 HEAD

Initial hash table size was always 109 even though the initial_size parameter was higher.
author Timo Sirainen <tss@iki.fi>
date Sat, 26 Aug 2006 16:56:05 +0300
parents 4061c612a402
children 98991f3699c6
files src/lib/hash.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib/hash.c	Sat Aug 26 16:55:02 2006 +0300
+++ b/src/lib/hash.c	Sat Aug 26 16:56:05 2006 +0300
@@ -55,8 +55,6 @@
 {
 	struct hash_table *table;
 
-	initial_size = 0;
-
 	table = p_new(table_pool, struct hash_table, 1);
         table->table_pool = table_pool;
 	table->node_pool = node_pool;