mirror of
git://erdgeist.org/opentracker
synced 2025-01-27 07:06:45 +00:00
static bufs are not shared anymore, even if that means more memory.
This commit is contained in:
parent
9e45802946
commit
8bee224dc0
@ -18,6 +18,7 @@
|
||||
#ifdef WANT_ACCESS_CONTROL
|
||||
static char *accesslist_filename = NULL;
|
||||
static ot_vector accesslist;
|
||||
static char static_inbuf[8192];
|
||||
|
||||
static void accesslist_reset( void ) {
|
||||
free( accesslist.data );
|
||||
|
Loading…
x
Reference in New Issue
Block a user