[dovecot-cvs] dovecot/src/lib buffer.c,1.32,1.33
tss at dovecot.org
tss at dovecot.org
Thu Jan 18 15:31:23 UTC 2007
- Previous message: [dovecot-cvs] dovecot/src/lib buffer.c,1.31,1.31.2.1
- Next message: [dovecot-cvs] dovecot/src/lib mempool-alloconly.c, 1.35.2.4, 1.35.2.5 mempool-datastack.c, 1.12, 1.12.2.1 mempool-system.c, 1.18.2.1, 1.18.2.2 mempool-unsafe-datastack.c, 1.3, 1.3.2.1 mempool.h, 1.18.2.1, 1.18.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv18906
Modified Files:
buffer.c
Log Message:
cleanup
Index: buffer.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/buffer.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- buffer.c 28 Jun 2006 13:10:33 -0000 1.32
+++ buffer.c 18 Jan 2007 15:31:20 -0000 1.33
@@ -51,7 +51,7 @@
if (!buf->dynamic) {
i_panic("Buffer full (%"PRIuSIZE_T" > %"PRIuSIZE_T", "
"pool %s)", pos + data_size, buf->alloc,
- buf->pool->get_name(buf->pool));
+ pool_get_name(buf->pool));
}
buffer_alloc(buf, pool_get_exp_grown_size(buf->pool, buf->alloc,
- Previous message: [dovecot-cvs] dovecot/src/lib buffer.c,1.31,1.31.2.1
- Next message: [dovecot-cvs] dovecot/src/lib mempool-alloconly.c, 1.35.2.4, 1.35.2.5 mempool-datastack.c, 1.12, 1.12.2.1 mempool-system.c, 1.18.2.1, 1.18.2.2 mempool-unsafe-datastack.c, 1.3, 1.3.2.1 mempool.h, 1.18.2.1, 1.18.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list