[dovecot-cvs] dovecot/src/lib hash.c,1.25,1.26
cras at dovecot.org
cras at dovecot.org
Sat Aug 26 16:56:10 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv10473
Modified Files:
hash.c
Log Message:
Initial hash table size was always 109 even though the initial_size
parameter was higher.
Index: hash.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/hash.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- hash.c 17 Jan 2006 14:03:45 -0000 1.25
+++ hash.c 26 Aug 2006 13:56:05 -0000 1.26
@@ -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;
More information about the dovecot-cvs
mailing list