libxt_ACCOUNT_cl: drop padding holes from struct ipt_ACCOUNT_context

This commit is contained in:
Jan Engelhardt
2021-07-17 11:31:10 +02:00
parent 1f308c7262
commit 81ab0b9586
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,6 @@ sbin_PROGRAMS = iptaccount
iptaccount_LDADD = libxt_ACCOUNT_cl.la
lib_LTLIBRARIES = libxt_ACCOUNT_cl.la
libxt_ACCOUNT_cl_LDFLAGS = -version-info 1:0:0
man_MANS = iptaccount.8

View File

@@ -20,9 +20,8 @@ struct ipt_ACCOUNT_context
int sockfd;
struct ipt_acc_handle_sockopt handle;
unsigned int data_size;
unsigned int data_size, pos;
void *data;
unsigned int pos;
char *error_str;
};