mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
ACCOUNT: remove static initializers to zero
These are not needed, .bss is zeroed.
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
#error "ipt_ACCOUNT needs at least a PAGE_SIZE of 4096"
|
||||
#endif
|
||||
|
||||
static struct ipt_acc_table *ipt_acc_tables = NULL;
|
||||
static struct ipt_acc_handle *ipt_acc_handles = NULL;
|
||||
static void *ipt_acc_tmpbuf = NULL;
|
||||
static struct ipt_acc_table *ipt_acc_tables;
|
||||
static struct ipt_acc_handle *ipt_acc_handles;
|
||||
static void *ipt_acc_tmpbuf;
|
||||
|
||||
/* Spinlock used for manipulating the current accounting tables/data */
|
||||
static DEFINE_SPINLOCK(ipt_acc_lock);
|
||||
|
Reference in New Issue
Block a user