mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
static bufs are not shared anymore, even if that means more memory.
This commit is contained in:
@ -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 );
|
||||
|
Reference in New Issue
Block a user