mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-06 20:55:13 +02:00
libxt_ACCOUNT_cl: drop padding holes from struct ipt_ACCOUNT_context
This commit is contained in:
@@ -9,5 +9,6 @@ sbin_PROGRAMS = iptaccount
|
|||||||
iptaccount_LDADD = libxt_ACCOUNT_cl.la
|
iptaccount_LDADD = libxt_ACCOUNT_cl.la
|
||||||
|
|
||||||
lib_LTLIBRARIES = libxt_ACCOUNT_cl.la
|
lib_LTLIBRARIES = libxt_ACCOUNT_cl.la
|
||||||
|
libxt_ACCOUNT_cl_LDFLAGS = -version-info 1:0:0
|
||||||
|
|
||||||
man_MANS = iptaccount.8
|
man_MANS = iptaccount.8
|
||||||
|
@@ -20,9 +20,8 @@ struct ipt_ACCOUNT_context
|
|||||||
int sockfd;
|
int sockfd;
|
||||||
struct ipt_acc_handle_sockopt handle;
|
struct ipt_acc_handle_sockopt handle;
|
||||||
|
|
||||||
unsigned int data_size;
|
unsigned int data_size, pos;
|
||||||
void *data;
|
void *data;
|
||||||
unsigned int pos;
|
|
||||||
|
|
||||||
char *error_str;
|
char *error_str;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user