static bufs are not shared anymore, even if that means more memory.
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…
Reference in New Issue