diff options
author | erdgeist <> | 2007-11-21 01:55:59 +0000 |
---|---|---|
committer | erdgeist <> | 2007-11-21 01:55:59 +0000 |
commit | 8bee224dc08aea5681d0065ed179cdcac6962450 (patch) | |
tree | 82b21200ad46ebe64cc4e3ac443757cf03b29483 /ot_accesslist.c | |
parent | 9e45802946b89f61ec1420f2a9e5efd19ab9641c (diff) |
static bufs are not shared anymore, even if that means more memory.
Diffstat (limited to 'ot_accesslist.c')
-rw-r--r-- | ot_accesslist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ot_accesslist.c b/ot_accesslist.c index 0f46a00..e1774fb 100644 --- a/ot_accesslist.c +++ b/ot_accesslist.c | |||
@@ -18,6 +18,7 @@ | |||
18 | #ifdef WANT_ACCESS_CONTROL | 18 | #ifdef WANT_ACCESS_CONTROL |
19 | static char *accesslist_filename = NULL; | 19 | static char *accesslist_filename = NULL; |
20 | static ot_vector accesslist; | 20 | static ot_vector accesslist; |
21 | static char static_inbuf[8192]; | ||
21 | 22 | ||
22 | static void accesslist_reset( void ) { | 23 | static void accesslist_reset( void ) { |
23 | free( accesslist.data ); | 24 | free( accesslist.data ); |