[dovecot-cvs] dovecot/src/lib hash.c,1.25,1.25.2.1
cras at dovecot.org
cras at dovecot.org
Sat Aug 26 16:56:07 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv10822
Modified Files:
Tag: branch_1_0
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.25.2.1
diff -u -d -r1.25 -r1.25.2.1
--- hash.c 17 Jan 2006 14:03:45 -0000 1.25
+++ hash.c 26 Aug 2006 13:56:04 -0000 1.25.2.1
@@ -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