dovecot-1.1: make outofmem_area static
dovecot at dovecot.org
dovecot at dovecot.org
Sun May 11 16:04:07 EEST 2008
details: http://hg.dovecot.org/dovecot-1.1/rev/553f26afc900
changeset: 7510:553f26afc900
user: Diego Liziero <diegoliz at gmail.com>
date: Sun May 11 14:49:02 2008 +0200
description:
make outofmem_area static
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lib/data-stack.c | 2 +-
diffs (12 lines):
diff -r 89a0a4e1f918 -r 553f26afc900 src/lib/data-stack.c
--- a/src/lib/data-stack.c Fri May 09 19:04:16 2008 +0300
+++ b/src/lib/data-stack.c Sun May 11 14:49:02 2008 +0200
@@ -67,7 +67,7 @@ static bool clean_after_pop = FALSE;
static bool clean_after_pop = FALSE;
static bool outofmem = FALSE;
-union {
+static union {
struct stack_block block;
unsigned char data[128];
} outofmem_area;
More information about the dovecot-cvs
mailing list